DBA Data[Home] [Help]

APPS.PAY_JP_YEA_BAL_ADJ_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 26: from hr_organization_information

22: l_formula_name ff_formulas_f_tl.formula_name%type;
23: --
24: cursor c_org_formula is
25: select fnd_number.canonical_to_number(org_information5)
26: from hr_organization_information
27: where organization_id = fnd_number.canonical_to_number(p_business_group_id)
28: and org_information_context = 'JP_BUSINESS_GROUP_INFO';
29: --
30: cursor c_pay_formula is