DBA Data[Home] [Help]

APPS.PAY_RTU_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

186: -- |-----------------------< create_app_ownerships >--------------------------|
187: -- ----------------------------------------------------------------------------
188: --
189: -- Description:
190: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
191: -- when the row handler is called in the appropriate mode.
192: --
193: -- ----------------------------------------------------------------------------
194: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 209: INSERT INTO hr_application_ownerships

205: ('STARTUP','GENERIC')) THEN
206: --
207: FOR c1 IN csr_definition LOOP
208: --
209: INSERT INTO hr_application_ownerships
210: (key_name
211: ,key_value
212: ,product_name
213: )