DBA Data[Home] [Help]

APPS.PAY_PBC_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

271: -- |-----------------------< create_app_ownerships >--------------------------|
272: -- ----------------------------------------------------------------------------
273: --
274: -- Description:
275: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
276: -- when the row handler is called in the appropriate mode.
277: --
278: -- ----------------------------------------------------------------------------
279: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 294: INSERT INTO hr_application_ownerships

290: ('STARTUP','GENERIC')) THEN
291: --
292: FOR c1 IN csr_definition LOOP
293: --
294: INSERT INTO hr_application_ownerships
295: (key_name
296: ,key_value
297: ,product_name
298: )