DBA Data[Home] [Help]

APPS.OTA_RA_CON_API dependencies on HR_UTILITY

Line 41: hr_utility.set_location('Entering:'||l_proc, 5);

37: X_Org_Contact_Id NUMBER;
38:
39: begin
40: --
41: hr_utility.set_location('Entering:'||l_proc, 5);
42: X_Cust_Account_Role_Id := NULL;
43: X_Contact_Number := NULL;
44: X_Orig_System_Reference:= NULL;
45: X_Contact_Party_Id := NULL;

Line 70: hr_utility.set_location(' Leaving:'||l_proc, 10);

66:
67: --
68: p_contact_id := x_cust_account_role_id;
69: --
70: hr_utility.set_location(' Leaving:'||l_proc, 10);
71: end insert_contact;
72:
73: -- |--------------------------------------------------------------------------|
74: -- |-------------------------< update_contact >-------------------------------|

Line 101: hr_utility.set_location('Entering:'||l_proc, 5);

97: --
98:
99: begin
100: --
101: hr_utility.set_location('Entering:'||l_proc, 5);
102: --
103: -- arkashya Bug #2652833: Changed update on ra_contacts to be based on HZ_ tables directly
104: /*
105: update HZ_PARTIES

Line 196: hr_utility.set_location(' Leaving:'||l_proc, 10);

192: END IF;
193:
194:
195:
196: hr_utility.set_location(' Leaving:'||l_proc, 10);
197: end;
198: --
199:
200: -- |--------------------------------------------------------------------------|