DBA Data[Home] [Help]

APPS.PAY_IN_ORG_PAYMENT_METHOD_API dependencies on HR_GENERAL2

Line 101: IF hr_general2.IS_BG(p_business_group_id, 'IN') = false then

97: IF g_trace THEN
98: hr_utility.set_location('Entering: '||l_proc, 10);
99: END IF ;
100:
101: IF hr_general2.IS_BG(p_business_group_id, 'IN') = false then
102: hr_utility.set_message(800, 'HR_7208_API_BUS_GRP_INVALID');
103: hr_utility.raise_error;
104: END IF;
105: