DBA Data[Home] [Help]

APPS.HR_CONTRACT_API dependencies on HR_CONTRACT_BK1

Line 133: hr_contract_bk1.create_contract_b

129: begin
130: --
131: -- Start of API User Hook for the before hook of create_contract
132: --
133: hr_contract_bk1.create_contract_b
134: (
135: p_business_group_id => l_business_group_id
136: ,p_person_id => p_person_id
137: ,p_reference => p_reference

Line 302: hr_contract_bk1.create_contract_a

298: begin
299: --
300: -- Start of API User Hook for the after hook of create_contract
301: --
302: hr_contract_bk1.create_contract_a
303: (
304: p_contract_id => l_contract_id
305: ,p_effective_start_date => l_effective_start_date
306: ,p_effective_end_date => l_effective_end_date