DBA Data[Home] [Help]

APPS.PAY_SLA_UPDATE_PKG dependencies on PAY_PATCH_STATUS_S

Line 18: -- ID = Pay_Patch_Status_s.Nextval

14: -- and between Start Period and End Period both inclusive .
15: --
16: -- Column Values
17: -- ==============
18: -- ID = Pay_Patch_Status_s.Nextval
19: -- Patch Number = Ledger Id
20: -- Patch Name = Period Name
21: -- Process Type = 'PAYSLAUPG'
22: -- Status = Null if period needs to be upgraded by this process.

Line 92: VALUES (Pay_Patch_Status_s.Nextval,

88: Process_Type,
89: Status,
90: Phase,
91: update_date)
92: VALUES (Pay_Patch_Status_s.Nextval,
93: a.Ledger_Id,
94: a.Period_Name,
95: gv_process_name,
96: NULL,

Line 109: VALUES (Pay_Patch_Status_s.Nextval,

105: Status,
106: Phase,
107: Description,
108: update_date)
109: VALUES (Pay_Patch_Status_s.Nextval,
110: a.Ledger_Id,
111: a.Period_Name,
112: gv_process_name,
113: 'U',