DBA Data[Home] [Help]

APPS.PQP_PENSION_TYPES_API dependencies on PER_BUSINESS_GROUPS_PERF

Line 27: from per_business_groups_perf

23: ) Is
24:
25: Cursor csr_bg Is
26: Select currency_code,legislation_code,name
27: from per_business_groups_perf
28: where business_group_id = p_business_group_id;
29:
30: Cursor csr_bal_name(c_balance_name in varchar2) Is
31: Select 'x'

Line 222: from per_business_groups_perf

218: ) Is
219:
220: Cursor csr_bg Is
221: Select currency_code,legislation_code,name
222: from per_business_groups_perf
223: where business_group_id = p_business_group_id;
224:
225: Cursor csr_bal_name(c_balance_name in varchar2) Is
226: Select 'x'

Line 417: from per_business_groups_perf

413: ) Is
414:
415: Cursor csr_bg Is
416: Select currency_code,legislation_code,name
417: from per_business_groups_perf
418: where business_group_id = p_business_group_id;
419:
420: Cursor csr_bal_name(c_balance_name in varchar2) Is
421: Select 'x'

Line 650: from per_business_groups_perf

646: ) Is
647:
648: Cursor csr_bg Is
649: Select currency_code,legislation_code,name
650: from per_business_groups_perf
651: where business_group_id = p_business_group_id;
652:
653: Cursor csr_bal_typ_id(c_balance_name in varchar2) Is
654: Select balance_type_id