DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on FND_PROFILE

Line 4380: fnd_profile.get('ONT_IMP_MULTIPLE_SHIPMENTS', g_multiple_shipments);

4376:
4377: IF l_debug_level > 0 THEN
4378: oe_debug_pub.add( 'ENTER OE_DEFAULT_LINE.ATTRIBUTES' , 1 ) ;
4379: END IF;
4380: fnd_profile.get('ONT_IMP_MULTIPLE_SHIPMENTS', g_multiple_shipments);
4381: g_multiple_shipments := nvl(g_multiple_shipments, 'NO');
4382:
4383: /* IF (p_x_line_rec.operation = oe_globals.g_opr_create and */
4384: IF p_x_line_rec.return_context is NOT NULL AND

Line 5394: --IF NVL(FND_PROFILE.VALUE('ONT_BRANCH_SCHEDULING'),'N') = 'Y'--Bug4504362

5390: and the children of the model has been already created
5391: this logic fires only when the scheduling branch profiel is set to Yes */
5392: -- 4118431
5393:
5394: --IF NVL(FND_PROFILE.VALUE('ONT_BRANCH_SCHEDULING'),'N') = 'Y'--Bug4504362
5395: IF p_x_line_rec.line_id > 0 THEN
5396:
5397: oe_Set_util.Default_line_set
5398: (p_x_line_rec => p_x_line_rec,