DBA Data[Home] [Help]

APPS.PAY_APR_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

36: -- |-----------------------< create_app_ownerships >--------------------------|
37: -- ----------------------------------------------------------------------------
38: --
39: -- Description:
40: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
41: -- when the row handler is called in the appropriate mode.
42: --
43: -- ----------------------------------------------------------------------------
44: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 59: INSERT INTO hr_application_ownerships

55: ('STARTUP','GENERIC')) THEN
56: --
57: FOR c1 IN csr_definition LOOP
58: --
59: INSERT INTO hr_application_ownerships
60: (key_name
61: ,key_value
62: ,product_name
63: )