DBA Data[Home] [Help]

APPS.PAY_ETP_INS_ND dependencies on HR_APPLICATION_OWNERSHIPS

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

371: -- |-----------------------< create_app_ownerships >--------------------------|
372: -- ----------------------------------------------------------------------------
373: --
374: -- Description:
375: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
376: -- when the row handler is called in the appropriate mode.
377: --
378: -- ----------------------------------------------------------------------------
379: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 394: INSERT INTO hr_application_ownerships

390: ('STARTUP','GENERIC')) THEN
391: --
392: FOR c1 IN csr_definition LOOP
393: --
394: INSERT INTO hr_application_ownerships
395: (key_name
396: ,key_value
397: ,product_name
398: )