DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ACCEPTANCE_UTIL

Line 4092: OE_ACCEPTANCE_UTIL.Register_Changed_Lines(

4088: IF l_debug_level > 0 THEN
4089: oe_debug_pub.add('Item_type_code:'||p_x_line_rec.item_type_code||'-Do not default Contingency Attributes for this line' );
4090: END IF;
4091:
4092: OE_ACCEPTANCE_UTIL.Register_Changed_Lines(
4093: p_line_id => p_x_line_rec.line_id
4094: , p_header_id => p_x_line_rec.header_id
4095: , p_line_type_id => p_x_line_rec.line_type_id
4096: , p_sold_to_org_id => p_x_line_rec.sold_to_org_id

Line 4106: OE_ACCEPTANCE_UTIL.Register_Changed_Lines(

4102: , p_operation => OE_GLOBALS.G_OPR_DELETE);
4103:
4104: ELSE
4105:
4106: OE_ACCEPTANCE_UTIL.Register_Changed_Lines(
4107: p_line_id => p_x_line_rec.line_id
4108: , p_header_id => p_x_line_rec.header_id
4109: , p_line_type_id => p_x_line_rec.line_type_id
4110: , p_sold_to_org_id => p_x_line_rec.sold_to_org_id

Line 16122: OE_ACCEPTANCE_UTIL.Default_Parent_Accept_Details(p_x_line_rec);

16118: --Customer Acceptance
16119: IF NVL(OE_SYS_PARAMETERS.VALUE('ENABLE_FULFILLMENT_ACCEPTANCE'), 'N') = 'Y'
16120: AND p_x_line_rec.item_type_code= 'SERVICE' and p_x_line_rec.accepted_quantity is NULL THEN
16121: /*Default Parent acceptance details*/
16122: OE_ACCEPTANCE_UTIL.Default_Parent_Accept_Details(p_x_line_rec);
16123: END IF;
16124: --Customer Acceptance end
16125:
16126: ------------------------------------------------------------------------