DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_CLIENT_EXTN_RTE

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

9212: X_Overriding_Approver_Id => l_Overriding_Approver_Id);
9213:
9214: If P_Previous_Approver_Id is Not Null Then
9215:
9216: G_Stage := 'Previous_Approver is not null call Pa_Client_Extn_Rte.Check_Approval().';
9217:
9218: Pa_Client_Extn_Rte.Check_Approval(
9219: X_Expenditure_Id => Null,
9220: X_Incurred_By_Person_Id => l_Inc_By_Person_Id,

Line 9218: Pa_Client_Extn_Rte.Check_Approval(

9214: If P_Previous_Approver_Id is Not Null Then
9215:
9216: G_Stage := 'Previous_Approver is not null call Pa_Client_Extn_Rte.Check_Approval().';
9217:
9218: Pa_Client_Extn_Rte.Check_Approval(
9219: X_Expenditure_Id => Null,
9220: X_Incurred_By_Person_Id => l_Inc_By_Person_Id,
9221: X_Expenditure_End_Date => Null,
9222: X_Exp_Class_Code => 'PT',

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

9240: l_Approval_Flag := 'COMPLETE:PASS';
9241:
9242: ElsIf l_Status < 0 Then
9243:
9244: G_Stage := 'Unexpected error occurred in the called routine Pa_Client_Extn_Rte.Check_Approval().';
9245: Raise Unexpected_Error;
9246:
9247: Else -- l_Status > 0
9248:

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

9252: G_Msg_Tokens_Table.Delete;
9253:
9254: If l_Msg_Code Is Not Null Then
9255:
9256: G_Stage := 'A message has been passed back from Pa_Client_Extn_Rte.Check_Approval(). ' ||
9257: 'Create a message.';
9258: If l_Token_1 Is Not Null Then
9259:
9260: G_Msg_Tokens_Table(1).Token_Name := 'TOKEN_1';