DBA Data[Home] [Help]

APPS.PAY_IVL_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

233: -- |-----------------------< create_app_ownerships >--------------------------|
234: -- ----------------------------------------------------------------------------
235: --
236: -- Description:
237: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
238: -- when the row handler is called in the appropriate mode.
239: --
240: -- ----------------------------------------------------------------------------
241: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 256: INSERT INTO hr_application_ownerships

252: ('STARTUP','GENERIC')) THEN
253: --
254: FOR c1 IN csr_definition LOOP
255: --
256: INSERT INTO hr_application_ownerships
257: (key_name
258: ,key_value
259: ,product_name
260: )