DBA Data[Home] [Help]

APPS.PAY_PUR_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

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

Line 234: INSERT INTO hr_application_ownerships

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