DBA Data[Home] [Help]

APPS.FF_FGL_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

213: -- |-----------------------< create_app_ownerships >--------------------------|
214: -- ----------------------------------------------------------------------------
215: --
216: -- Description:
217: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
218: -- when the row handler is called in the appropriate mode.
219: --
220: -- ----------------------------------------------------------------------------
221: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 236: INSERT INTO hr_application_ownerships

232: ('STARTUP','GENERIC')) THEN
233: --
234: FOR c1 IN csr_definition LOOP
235: --
236: INSERT INTO hr_application_ownerships
237: (key_name
238: ,key_value
239: ,product_name
240: )