DBA Data[Home] [Help]

APPS.PAY_PRT_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

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

Line 296: INSERT INTO hr_application_ownerships

292: ,hr_startup_data_api_support.g_session_id);
293: --
294: FOR c1 IN csr_definition(l_session_id) LOOP
295: --
296: INSERT INTO hr_application_ownerships
297: (key_name
298: ,key_value
299: ,product_name
300: )