DBA Data[Home] [Help]

APPS.PAY_PAYGBSOE_XMLP_PKG dependencies on PER_BUSINESS_GROUPS

Line 121: and id_flex_num = (Select people_group_structure from per_business_groups

117: Select segment_name into b from fnd_id_flex_segments_vl
118: where application_id between 801 and 899
119: and id_flex_code = 'GRP'
120: and application_column_name = a
121: and id_flex_num = (Select people_group_structure from per_business_groups
122: Where business_group_id = p_bus_grp_id);
123:
124:
125:

Line 276: from per_business_groups

272: begin
273:
274: select currency_code
275: into currency_code
276: from per_business_groups
277: where business_group_id=p_bus_grp_id;
278:
279: calc_amount := hr_currency_pkg.convert_amount(
280: currency_code,