Thanks. Today the status changed and now in inspect mode, it says(mentioned below). Does it mean the application is sent for PV in India? Can I contact the Police in India and provide them the file number to look into their system and approve?
- statusMap: {noFileFoundMap: [{0: "0"}],…}
- ApplicationStatus: [,…]
- 0: {IS_PBO_FLAG: "Y", APP_SUB_DATE: "2022-04-22T00:00:00", CREATED_BY: "GPSP1970", BOOKLET_TYPE_FK: 109,…}
- StatusId: [{EVENT_DESC: "", EMP_ACTION: "Sent To Go", STATUS_TRACKING_PK: <some number>,…},…]
- 0: {EVENT_DESC: "", EMP_ACTION: "Sent To Go", STATUS_TRACKING_PK: <some number>,…}
- EMP_ACTION: "Sent To Go"
- EVENT_DESC: ""
- FILE_NO: "<My file number>"
- LAST_MODIFIED_DATE: "2022-04-22T00:00:00"
- STATUS_DESC: "Granting Initiated"
- STATUS_ID_FK: 5099
- STATUS_TRACKING_PK: <some number>
- 1: {EVENT_DESC: null, EMP_ACTION: "Application Form Submitted", STATUS_TRACKING_PK: <some number>,…}
- EMP_ACTION: "Application Form Submitted"
- EVENT_DESC: null
- FILE_NO: "<My file number>"
- LAST_MODIFIED_DATE: "2022-04-22T00:00:00"
- STATUS_DESC: "Submitted"
- STATUS_ID_FK: 1
- STATUS_TRACKING_PK: <some number>
- fileIsPCC: [{fileIsPCC: "false", fileTypeFlag: "Main"}]
- 0: {fileIsPCC: "false", fileTypeFlag: "Main"}
- fileIsPCC: "false"
- fileTypeFlag: "Main"
- noFileFoundMap: [{0: "0"}]
- 0: {0: "0"}
- statusMessage: "Passport application is under review at Indian Embassy/Consulate."
No, STATUS_DESC: "Granting Initiated" means they are still reviewing the application, at this point it's not even clear if the police verification is required or not.
Here is the typical status changes of an application where the police verification is required:
"statusIdMap": [
{
"EVENT_DESC": "Printed: Passport No. <new passport number> of type Ordinary-Normal",
"EMP_ACTION": "Printed",
"STATUS_DESC": "Printed",
},
{
"EVENT_DESC": null,
"EMP_ACTION": "Print Initiated",
"STATUS_DESC": "Print Initiated",
},
{
"EVENT_DESC": "PVR for CAT<file-numer>-PPF-PA is Approved and Submitted as Clear by Police",
"EMP_ACTION": " Approved and Submitted as Clear by Police",
"STATUS_DESC": "Submitted",
},
{
"EVENT_DESC": "",
"EMP_ACTION": "PV Initiated",
"STATUS_DESC": "PV Initiated",
},
{
"EVENT_DESC": "Granting Status Set as 'Clear'",
"EMP_ACTION": "Clear",
"STATUS_DESC": "Application Granted on pre police verification basis",
},
{
"EVENT_DESC": "",
"EMP_ACTION": "Sent To Go",
"STATUS_DESC": "Granting Initiated",
},
{
"EVENT_DESC": null,
"EMP_ACTION": "Application Form Submitted",
"STATUS_DESC": "Submitted",
}
],
Or, when the police verification is not required:
"statusIdMap": [
{
"EVENT_DESC": "Printed: Passport No. <new passport number> of type Ordinary-Normal",
"EMP_ACTION": "Printed",
"STATUS_DESC": "Printed",
},
{
"EVENT_DESC": null,
"EMP_ACTION": "Print Initiated",
"STATUS_DESC": "Print Initiated",
},
{
"EVENT_DESC": "Granting Status Set as 'Clear'",
"EMP_ACTION": "Clear",
"STATUS_DESC": "Application Granted on No verification basis" ,
},
{
"EVENT_DESC": "",
"EMP_ACTION": "Sent To Go",
"STATUS_DESC": "Granting Initiated",
},
{
"EVENT_DESC": null,
"EMP_ACTION": "Application Form Submitted",
"STATUS_DESC": "Submitted",
}
],
The next status update on your application will reveal, whether they are going to request a police verification or not and then the next update after that will tell you when the police verification is actually requested (if it was required) and at that point you also will get an email stating that a police verification was requested.