DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on FND_PROFILE

Line 1673: Nvl(fnd_profile.Value('ONT_HON_ATO_FOR_INC'),'N')='Y')

1669: l_build_in_wip_flag = 'Y')OR
1670: (g_line_rec.item_type_code = OE_GLOBALS.G_ITEM_INCLUDED AND
1671: l_replenish_to_order_flag = 'Y' AND --9775352
1672: l_build_in_wip_flag = 'Y' AND
1673: Nvl(fnd_profile.Value('ONT_HON_ATO_FOR_INC'),'N')='Y')
1674: THEN
1675: IF l_debug_level > 0 THEN
1676: oe_debug_pub.add( '1. ATO_LINE_ID: '||G_LINE_REC.LINE_ID , 1 ) ;
1677: END IF;

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

4526:
4527: IF l_debug_level > 0 THEN
4528: oe_debug_pub.add( 'ENTER OE_DEFAULT_LINE.ATTRIBUTES' , 1 ) ;
4529: END IF;
4530: fnd_profile.get('ONT_IMP_MULTIPLE_SHIPMENTS', g_multiple_shipments);
4531: g_multiple_shipments := nvl(g_multiple_shipments, 'NO');
4532:
4533: /* IF (p_x_line_rec.operation = oe_globals.g_opr_create and */
4534: IF p_x_line_rec.return_context is NOT NULL AND

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

5650: and the children of the model has been already created
5651: this logic fires only when the scheduling branch profiel is set to Yes */
5652: -- 4118431
5653:
5654: --IF NVL(FND_PROFILE.VALUE('ONT_BRANCH_SCHEDULING'),'N') = 'Y'--Bug4504362
5655: IF p_x_line_rec.line_id > 0 THEN
5656:
5657: oe_Set_util.Default_line_set
5658: (p_x_line_rec => p_x_line_rec,