DBA Data[Home] [Help]

APPS.PAY_AMO_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

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

Line 58: INSERT INTO hr_application_ownerships

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