DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PAROUTINGX

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

9156: -- Type : Procedure
9157: -- Function : This procedure is called by the OTL client team.
9158: -- The only intent of the procedure is manipulate
9159: -- the parameters passed in and then call
9160: -- the PaRoutingX.Route_To_Extension().
9161: --
9162: -- Parameters :
9163: -- IN
9164: -- P_Previous_Approver_Id - Number

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

9339:
9340: Else
9341:
9342: G_Stage := 'The previous approver did not have the final authority to approve the timecard. ' ||
9343: 'Call PaRoutingX.Route_To_Extension() to get the next approver in line.';
9344:
9345: PaRoutingX.Route_To_Extension(
9346: X_Expenditure_Id => Null,
9347: X_Incurred_By_Person_Id => l_Inc_By_Person_Id,

Line 9345: PaRoutingX.Route_To_Extension(

9341:
9342: G_Stage := 'The previous approver did not have the final authority to approve the timecard. ' ||
9343: 'Call PaRoutingX.Route_To_Extension() to get the next approver in line.';
9344:
9345: PaRoutingX.Route_To_Extension(
9346: X_Expenditure_Id => Null,
9347: X_Incurred_By_Person_Id => l_Inc_By_Person_Id,
9348: X_Expenditure_End_Date => Null,
9349: X_Exp_Class_Code => 'PT',