DBA Data[Home] [Help]

APPS.PAY_COSTING_DETAIL_REP_PKG dependencies on PER_BUSINESS_GROUPS

Line 114: from per_business_groups

110:
111: --Bug 2007614
112: cursor c_legislation_code is
113: select legislation_code
114: from per_business_groups
115: where business_group_id = p_business_group_id;
116:
117: lv_legislation_code varchar2(150);-- Bug 2007614
118: lv_ssl_number varchar2(150); -- Bug 2007614

Line 475: from per_business_groups

471: ** Cursor to get the Legislation Code for the Business Group.
472: ************************************************************/
473: cursor c_leg_code(cp_business_group in number) is
474: select legislation_code
475: from per_business_groups
476: where business_group_id = cp_business_group;
477:
478: /************************************************************
479: ** Added by ssmukher for Bug 4142845