session_start();
ob_start();
include ("include/statictable.php");
include"include/conn.php";
include_once("include/analyticstrack.php");
$cnic="";
$job="";
if(isset($_SESSION['cnic']) && $_SESSION['cnic']!=""){
$cnic=$_SESSION['cnic'];
$_SESSION['cnic']="";
}
if(isset($_SESSION['job']) && $_SESSION['job']!=""){
$job=$_SESSION['job'];
$_SESSION['job']="";
}
if($cnic=="" || $job==""){
header("Location: application_print_req.php");
}
//echo var_dump($_REQUEST);
//echo "---".$_SESSION['cnic']."----".$_SESSION['job'];
//following query will only fetch data of the candidate who has following conditions;
// 1. Successfully updated his/her exam/test centre
// 2. One (1) month is left before tentative exam date
$job_print_sql="select decode(gcc.gr_new_center_id, '1', 'ISLAMABAD','2', 'LAHORE','3', 'KARACHI','4', 'PESHAWAR','5', 'QUETTA',
'6', 'DIKHAN','11', 'SUKKUR','12', 'MULTAN','14', 'GILGIT','18', 'SKARDU') NEW_CENTER_NAME,
jc.gr_advertisement_no, jc.case_no, jc.job_title, jc.subject_name, jc.gr_department_name, jc.ministry_name, jc.grade, jc.gr_job_exp, lower(jc.gr_exp_req)gr_exp_req, d.domicile_name, dt.gr_district,dis.gr_district as Bank_District,to_char(gcc.gr_change_date,'dd-Mon-yyyy hh:mi:ss AM') as time_stamp,'Y' EDITED, ga.*
from new_gr_app_master_12_2017 ga, gr_centre_change gcc, gr_job_post jp, gr_job_cache jc, domicile d, district dt,district dis
where ga.gr_new_nic = gcc.gr_new_nic
and ga.gr_applicant_id=gcc.gr_applicant_id
and gcc.gr_job_id=jp.gr_job_id
and jp.gr_job_id = jc.gr_job_id
and dis.gr_district_id=ga.gr_bank_district
and ga.gr_domicile = d.domicile_code
and ga.gr_district_domicile = dt.gr_district_id
and (trunc(sysdate)- add_months(jp.gr_tentative_exam_date, -1) <=0)
and ga.gr_new_nic ='$cnic'
and ga.gr_job_id =$job";
//echo $job_print_sql; exit;
$job_print_rs = OCIParse($conn, $job_print_sql);
OCIExecute($job_print_rs);
OCIFetchInto($job_print_rs,$job_print_row, OCI_ASSOC);
//OCIExecute($job_print_rs, OCI_DEFAULT);
//OCIFetchInto($job_print_rs, $arr, OCI_ASSOC+OCI_RETURN_LOBS);
ocifreestatement($job_print_rs);
$aid = $job_print_row['GR_APPLICANT_ID'];
$disability_claim = $job_print_row['GR_DISABILITY'];
$disability_helper = $job_print_row['GR_HELPER'];
$gr_new_centre_name = $job_print_row['NEW_CENTER_NAME'];
/*
$job_bank_district="select d.gr_district
from new_gr_app nga, district d
where nga.gr_bank_district = d.gr_district_id
and nga.gr_new_nic ='$cnic'
and nga.gr_job_id =$job";
//echo $job_print_sql; exit;
$job_bank_district_rs = OCIParse($conn, $job_bank_district);
OCIExecute($job_bank_district_rs);
OCIFetchInto($job_bank_district_rs,$job_bank_district_row, OCI_ASSOC);*/
?>
Application Print
FEDERAL PUBLIC SERVICE COMMISSION
Website: www.fpsc.gov.pk
Email: fpsc@fpsc.gov.pk
Fax: 051-9213386-9203410
UAN: 051-111-000-248
Sector F-5/1, Aga Khan Road,Islamabad
if($job_print_row['EDITED']=='Y'){ ?>
Date Updated
} else {?>
Date Applied
}?>
Change of Centre Request FOR UPCOMING EXAM/TEST
1)
Name of Applicant:
2)
Father's/ Husband's Name:
3)
Date of Birth:
4)
CNIC Number:
b)Date of Issue:
List of Cases/Posts for Upcoming Exam/Test
Advt #
Case #
Job Title
Old Test Center
New Test Center
$other_job_fetch="select pa.gr_advertisement_no, 'F.4-'||b.gr_case_no||'/'||trim(to_char(b.GR_JOB_POST_DATE,'YYYY'))||'-R' as GR_CASE_NO,
b.gr_job_title||' '||js.gr_sub_name as GR_JOB_TITLE,
a.gr_center_name
from new_gr_app_master_12_2017 a, gr_job_post b,gr_job_subs js, gr_job_sub_depend jsd, gr_post_advertisement pa
where b.gr_job_id = jsd.gr_dep_job_id(+) and jsd.gr_sub_id = js.gr_sub_id(+)
and a.gr_job_id=b.gr_job_id
and b.gr_advert_id=pa.gr_advertisement_id
and (trunc(sysdate)- add_months(b.gr_tentative_exam_date, -1) <=0)
and a.gr_new_nic ='$cnic'
order by b.gr_advert_id";
//echo $other_job_fetch; exit;
$rp =OCIParse($conn,$other_job_fetch);
OCIExecute($rp);
while(OCIFetchInto($rp,$arp,OCI_ASSOC))
{
?>
}
?>
Declaration:
I certify that the statements made by me in the answers to the foregoing questions are true, complete and correct to the best of my knowledge and belief. I fulfill all the requirements including educational qualification, experience, age, domicile etc. required for the post. Submission of fake/ forged documents and any misrepresentation or omission discovered even after appointment may render my appointment liable to termination in addition to the action decided by the Commission. I have also carefully read the General Instructions to the candidates and I am bound by the terms and conditions contained therein.
Warning:
A candidate who knowingly furnishes any information or particulars which are false or suppresses material information, or attempts to influence the Commission, or officers or members of the staff of the Commission, or tries to obtain support for his/her candidature by improper means, or deliberately submits forged certificates, or tampers with the entries in his/her age, educational and other certificates, or misbehaves in the examination hall, or uses unfair means, or uses objectionable language, or is found guilty of mis-conduct during examination/ test/ interviews shall be dis-qualified from this examination or subsequent examinations/selections. He/she could also be debarred from future employment.