DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PAROUTINGX

Line 8251: -- the PaRoutingX.Route_To_Extension().

8247: -- Type : Procedure
8248: -- Function : This procedure is called by the OTL client team.
8249: -- The only intent of the procedure is manipulate
8250: -- the parameters passed in and then call
8251: -- the PaRoutingX.Route_To_Extension().
8252: --
8253: -- Parameters :
8254: -- IN
8255: -- P_Previous_Approver_Id - Number

Line 8434: 'Call PaRoutingX.Route_To_Extension() to get the next approver in line.';

8430:
8431: Else
8432:
8433: G_Stage := 'The previous approver did not have the final authority to approve the timecard. ' ||
8434: 'Call PaRoutingX.Route_To_Extension() to get the next approver in line.';
8435:
8436: PaRoutingX.Route_To_Extension(
8437: X_Expenditure_Id => Null,
8438: X_Incurred_By_Person_Id => l_Inc_By_Person_Id,

Line 8436: PaRoutingX.Route_To_Extension(

8432:
8433: G_Stage := 'The previous approver did not have the final authority to approve the timecard. ' ||
8434: 'Call PaRoutingX.Route_To_Extension() to get the next approver in line.';
8435:
8436: PaRoutingX.Route_To_Extension(
8437: X_Expenditure_Id => Null,
8438: X_Incurred_By_Person_Id => l_Inc_By_Person_Id,
8439: X_Expenditure_End_Date => Null,
8440: X_Exp_Class_Code => 'PT',