DBA Data[Home] [Help]

APPS.PAY_ROM_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

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

Line 219: INSERT INTO hr_application_ownerships

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