DBA Data[Home] [Help]

APPS.PAY_ECU_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

216: -- |-----------------------< create_app_ownerships >--------------------------|
217: -- ----------------------------------------------------------------------------
218: --
219: -- Description:
220: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
221: -- when the row handler is called in the appropriate mode.
222: --
223: -- ----------------------------------------------------------------------------
224: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 239: INSERT INTO hr_application_ownerships

235: ('STARTUP','GENERIC')) THEN
236: --
237: FOR c1 IN csr_definition LOOP
238: --
239: INSERT INTO hr_application_ownerships
240: (key_name
241: ,key_value
242: ,product_name
243: )