DBA Data[Home] [Help]

APPS.BEN_XCT_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

12: -- |-----------------------< create_app_ownerships >--------------------------|
13: -- ----------------------------------------------------------------------------
14: --
15: -- Description:
16: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
17: -- when the row handler is called in the appropriate mode.
18: --
19: -- ----------------------------------------------------------------------------
20: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 40: INSERT INTO hr_application_ownerships

36: ,hr_startup_data_api_support.g_session_id);
37: --
38: FOR c1 IN csr_definition(l_session_id) LOOP
39: --
40: INSERT INTO hr_application_ownerships
41: (key_name
42: ,key_value
43: ,product_name
44: )