DBA Data[Home] [Help]

APPS.HR_SPEC_PKG dependencies on HR_APPLICATION_OWNERSHIPS

Line 125: insert into hr_application_ownerships (

121: begin
122: --
123: for product in csr_definition LOOP
124: --
125: insert into hr_application_ownerships (
126: --
127: key_name,
128: key_value,
129: product_name)

Line 150: delete from hr_application_ownerships

146: p_key_value number) is
147: --
148: begin
149: --
150: delete from hr_application_ownerships
151: where key_name = p_key_name
152: and key_value = fnd_number.number_to_canonical(p_key_value);
153: --
154: end delete_ownerships;