DBA Data[Home] [Help]

APPS.PAY_EVC_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

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

Line 242: INSERT INTO hr_application_ownerships

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