DBA Data[Home] [Help]

APPS.PAY_PPR_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

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

Line 240: INSERT INTO hr_application_ownerships

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