DBA Data[Home] [Help]

APPS.PAY_ETU_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

189: -- |-----------------------< create_app_ownerships >--------------------------|
190: -- ----------------------------------------------------------------------------
191: --
192: -- Description:
193: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
194: -- when the row handler is called in the appropriate mode.
195: --
196: -- ----------------------------------------------------------------------------
197: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 217: INSERT INTO hr_application_ownerships

213: ,hr_startup_data_api_support.g_session_id);
214: --
215: FOR c1 IN csr_definition(l_session_id) LOOP
216: --
217: INSERT INTO hr_application_ownerships
218: (key_name
219: ,key_value
220: ,product_name
221: )