DBA Data[Home] [Help]

APPS.IGIRRPI dependencies on MO_GLOBAL

Line 1020: /*Commeneted for Bug 5905216 - Used MO_GLOBAL instead of reading from profile*/

1016: l_rail := pp_rail;
1017: l_date_info := rtrim(pp_from_date||' - '||pp_to_date) ;
1018: l_date_info_len := 240 - (length ( l_date_info ) + length(' : '));
1019: l_line_number_old := pp_line_number;
1020: /*Commeneted for Bug 5905216 - Used MO_GLOBAL instead of reading from profile*/
1021: -- FND_PROFILE.GET( 'ORG_ID', l_org_id );
1022: l_org_id := mo_global.get_current_org_id();
1023: l_rail.org_id := l_org_id;
1024: l_rail.unit_selling_price := round(pp_price,2);

Line 1022: l_org_id := mo_global.get_current_org_id();

1018: l_date_info_len := 240 - (length ( l_date_info ) + length(' : '));
1019: l_line_number_old := pp_line_number;
1020: /*Commeneted for Bug 5905216 - Used MO_GLOBAL instead of reading from profile*/
1021: -- FND_PROFILE.GET( 'ORG_ID', l_org_id );
1022: l_org_id := mo_global.get_current_org_id();
1023: l_rail.org_id := l_org_id;
1024: l_rail.unit_selling_price := round(pp_price,2);
1025: l_rail.quantity := pp_quantity;
1026: /* Code added for Amount validation against Precision by Shantanu for bug 6847437*/