DBA Data[Home] [Help]

APPS.OE_ORDER_PUB dependencies on MO_UTILS

Line 258: oe_debug_pub.add('Before call to mo_utils.get_default_orgid');

254: raise FND_API.G_EXC_ERROR;
255: else
256: If p_org_id is null then -- In this case we will look at org_id passed to process order API and not that which is returned by mo_global.validate_pub_api
257: if l_debug_level > 0 then
258: oe_debug_pub.add('Before call to mo_utils.get_default_orgid');
259: end if;
260: l_org_id :=mo_utils.get_default_org_id ;
261: if l_debug_level > 0 then
262: oe_debug_pub.add('Default org_id is '||l_org_id );

Line 260: l_org_id :=mo_utils.get_default_org_id ;

256: If p_org_id is null then -- In this case we will look at org_id passed to process order API and not that which is returned by mo_global.validate_pub_api
257: if l_debug_level > 0 then
258: oe_debug_pub.add('Before call to mo_utils.get_default_orgid');
259: end if;
260: l_org_id :=mo_utils.get_default_org_id ;
261: if l_debug_level > 0 then
262: oe_debug_pub.add('Default org_id is '||l_org_id );
263: end if;
264: if l_org_id is null then

Line 2582: l_org_id := MO_UTILS.get_default_org_id ;

2578: -- comment out due to new call to MO_GLOBAL.validate_orgid_pub_api
2579: /*
2580: ELSE
2581: -- Both p_org_id and p_operating_unit are not passed in.
2582: l_org_id := MO_UTILS.get_default_org_id ;
2583: */
2584: END IF;
2585: END IF;
2586:

Line 2775: l_org_id := MO_UTILS.get_default_org_id ;

2771: -- comment out due to new call to MO_GLOBAL.validate_orgid_pub_api
2772: /*
2773: ELSE
2774: -- Both p_org_id and p_operating_unit are not passed in.
2775: l_org_id := MO_UTILS.get_default_org_id ;
2776: */
2777: END IF;
2778: END IF;
2779:

Line 2958: l_org_id := MO_UTILS.get_default_org_id ;

2954: -- comment out due to new call to MO_GLOBAL.validate_orgid_pub_api
2955: /*
2956: ELSE
2957: -- Both p_org_id and p_operating_unit are not passed in.
2958: l_org_id := MO_UTILS.get_default_org_id ;
2959: */
2960: END IF;
2961: END IF;
2962:

Line 3145: l_org_id := MO_UTILS.get_default_org_id ;

3141: -- comment out due to new call to MO_GLOBAL.validate_orgid_pub_api
3142: /*
3143: ELSE
3144: -- Both p_org_id and p_operating_unit are not passed in.
3145: l_org_id := MO_UTILS.get_default_org_id ;
3146: */
3147: END IF;
3148: END IF;
3149:

Line 3337: l_org_id := MO_UTILS.get_default_org_id ;

3333: -- comment out due to new call to MO_GLOBAL.validate_orgid_pub_api
3334: /*
3335: ELSE
3336: -- Both p_org_id and p_operating_unit are not passed in.
3337: l_org_id := MO_UTILS.get_default_org_id ;
3338: */
3339: END IF;
3340: END IF;
3341:

Line 3541: l_org_id := MO_UTILS.get_default_org_id ;

3537: -- comment out due to new call to MO_GLOBAL.validate_orgid_pub_api
3538: /*
3539: ELSE
3540: -- Both p_org_id and p_operating_unit are not passed in.
3541: l_org_id := MO_UTILS.get_default_org_id ;
3542: */
3543: END IF;
3544: END IF;
3545:

Line 3909: l_org_id := MO_UTILS.get_default_org_id ;

3905: -- comment out due to new call to MO_GLOBAL.validate_orgid_pub_api
3906: /*
3907: ELSE
3908: -- Both p_org_id and p_operating_unit are not passed in.
3909: l_org_id := MO_UTILS.get_default_org_id ;
3910: */
3911: END IF;
3912: END IF;
3913:

Line 4427: l_org_id := MO_UTILS.get_default_org_id ;

4423: -- comment out due to new call to MO_GLOBAL.validate_orgid_pub_api
4424: /*
4425: ELSE
4426: -- Both p_org_id and p_operating_unit are not passed in.
4427: l_org_id := MO_UTILS.get_default_org_id ;
4428: */
4429: END IF;
4430: END IF;
4431:

Line 4706: l_org_id := MO_UTILS.get_default_org_id ;

4702: -- comment out due to new call to MO_GLOBAL.validate_orgid_pub_api
4703: /*
4704: ELSE
4705: -- Both p_org_id and p_operating_unit are not passed in.
4706: l_org_id := MO_UTILS.get_default_org_id ;
4707: */
4708: END IF;
4709: END IF;
4710:

Line 5253: l_org_id := MO_UTILS.get_default_org_id ;

5249: -- comment out due to new call to MO_GLOBAL.validate_orgid_pub_api
5250: /*
5251: ELSE
5252: -- Both p_org_id and p_operating_unit are not passed in.
5253: l_org_id := MO_UTILS.get_default_org_id ;
5254: */
5255: END IF;
5256: END IF;
5257: