DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PER_PERIODS_OF_SERVICE

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

373: l_Error_Text Varchar2(2000);
374:
375: -- Maximum number of eis to be bulkinserted that is allowed
376: L_MAX_RECS_FOR_BULKINSERT Number := 1000;
377: l_ac_termination_date per_periods_of_service.actual_termination_date%type; /* Bug 6698171 */
378:
379: Function GetVendorId(P_Po_Line_Id in Number) RETURN Number
380:
381: Is