DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PER_PERIODS_OF_SERVICE

Line 395: l_ac_termination_date per_periods_of_service.actual_termination_date%type; /* Bug 6698171 */

391: l_Error_Text Varchar2(2000);
392:
393: -- Maximum number of eis to be bulkinserted that is allowed
394: L_MAX_RECS_FOR_BULKINSERT Number := 1000;
395: l_ac_termination_date per_periods_of_service.actual_termination_date%type; /* Bug 6698171 */
396:
397: Function GetVendorId(P_Po_Line_Id in Number) RETURN Number
398:
399: Is