DBA Data[Home] [Help]

APPS.PQP_ITERATIVE_ARREARAGE dependencies on PER_BUSINESS_GROUPS_PERF

Line 8: from per_business_groups_perf pbg

4:
5: Cursor csr_leg_code (c_business_grp_id In Number
6: ) Is
7: select pbg.legislation_code
8: from per_business_groups_perf pbg
9: where pbg.business_group_id = c_business_grp_id;
10:
11: Cursor csr_org_info (c_business_grp_id In Number
12: ,c_org_information_context In Varchar2) Is

Line 33: l_legislation_code per_business_groups_perf.legislation_code%TYPE;

29: ,p_effective_date In Date
30: ,p_arrears_allowed Out NoCopy Varchar2
31: ,p_partial_allowed Out NoCopy Varchar2
32: ) Is
33: l_legislation_code per_business_groups_perf.legislation_code%TYPE;
34: Cursor csr_arr_info (c_ele_type_id In Number
35: ,c_business_grp_id In Number
36: ,c_effective_date In Date
37: ,c_information_type In Varchar2) Is