DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_CLIENT_EXTN_RTE

Line 8307: G_Stage := 'Previous_Approver is not null call Pa_Client_Extn_Rte.Check_Approval().';

8303: X_Overriding_Approver_Id => l_Overriding_Approver_Id);
8304:
8305: If P_Previous_Approver_Id is Not Null Then
8306:
8307: G_Stage := 'Previous_Approver is not null call Pa_Client_Extn_Rte.Check_Approval().';
8308:
8309: Pa_Client_Extn_Rte.Check_Approval(
8310: X_Expenditure_Id => Null,
8311: X_Incurred_By_Person_Id => l_Inc_By_Person_Id,

Line 8309: Pa_Client_Extn_Rte.Check_Approval(

8305: If P_Previous_Approver_Id is Not Null Then
8306:
8307: G_Stage := 'Previous_Approver is not null call Pa_Client_Extn_Rte.Check_Approval().';
8308:
8309: Pa_Client_Extn_Rte.Check_Approval(
8310: X_Expenditure_Id => Null,
8311: X_Incurred_By_Person_Id => l_Inc_By_Person_Id,
8312: X_Expenditure_End_Date => Null,
8313: X_Exp_Class_Code => 'PT',

Line 8335: G_Stage := 'Unexpected error occurred in the called routine Pa_Client_Extn_Rte.Check_Approval().';

8331: l_Approval_Flag := 'COMPLETE:PASS';
8332:
8333: ElsIf l_Status < 0 Then
8334:
8335: G_Stage := 'Unexpected error occurred in the called routine Pa_Client_Extn_Rte.Check_Approval().';
8336: Raise Unexpected_Error;
8337:
8338: Else -- l_Status > 0
8339:

Line 8347: G_Stage := 'A message has been passed back from Pa_Client_Extn_Rte.Check_Approval(). ' ||

8343: G_Msg_Tokens_Table.Delete;
8344:
8345: If l_Msg_Code Is Not Null Then
8346:
8347: G_Stage := 'A message has been passed back from Pa_Client_Extn_Rte.Check_Approval(). ' ||
8348: 'Create a message.';
8349: If l_Token_1 Is Not Null Then
8350:
8351: G_Msg_Tokens_Table(1).Token_Name := 'TOKEN_1';