DBA Data[Home] [Help]

APPS.PQP_PENSION_TYPES_API dependencies on PER_BUSINESS_GROUPS_PERF

Line 26: from per_business_groups_perf

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

Line 207: from per_business_groups_perf

203: ) Is
204:
205: Cursor csr_bg Is
206: Select currency_code,legislation_code,name
207: from per_business_groups_perf
208: where business_group_id = p_business_group_id;
209:
210: Cursor csr_bal_name(c_balance_name in varchar2) Is
211: Select 'x'

Line 388: from per_business_groups_perf

384: ) Is
385:
386: Cursor csr_bg Is
387: Select currency_code,legislation_code,name
388: from per_business_groups_perf
389: where business_group_id = p_business_group_id;
390:
391: Cursor csr_bal_name(c_balance_name in varchar2) Is
392: Select 'x'

Line 597: from per_business_groups_perf

593: ) Is
594:
595: Cursor csr_bg Is
596: Select currency_code,legislation_code,name
597: from per_business_groups_perf
598: where business_group_id = p_business_group_id;
599:
600: Cursor csr_bal_typ_id(c_balance_name in varchar2) Is
601: Select balance_type_id