DBA Data[Home] [Help]

APPS.PAY_UCI_INS dependencies on HR_APPLICATION_OWNERSHIPS

Line 213: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table

209: -- |-----------------------< create_app_ownerships >--------------------------|
210: -- ----------------------------------------------------------------------------
211: --
212: -- Description:
213: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
214: -- when the row handler is called in the appropriate mode.
215: --
216: -- ----------------------------------------------------------------------------
217: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 232: INSERT INTO hr_application_ownerships

228: ('STARTUP','GENERIC')) THEN
229: --
230: FOR c1 IN csr_definition LOOP
231: --
232: INSERT INTO hr_application_ownerships
233: (key_name
234: ,key_value
235: ,product_name
236: )