DBA Data[Home] [Help]

APPS.PAY_EVQ_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

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

Line 244: INSERT INTO hr_application_ownerships

240: ('STARTUP','GENERIC')) THEN
241: --
242: FOR c1 IN csr_definition LOOP
243: --
244: INSERT INTO hr_application_ownerships
245: (key_name
246: ,key_value
247: ,product_name
248: )