DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ACCEPTANCE_UTIL

Line 4838: OE_ACCEPTANCE_UTIL.Register_Changed_Lines(

4834: IF l_debug_level > 0 THEN
4835: oe_debug_pub.add('Item_type_code:'||p_x_line_rec.item_type_code||'-Do not default Contingency Attributes for this line' );
4836: END IF;
4837:
4838: OE_ACCEPTANCE_UTIL.Register_Changed_Lines(
4839: p_line_id => p_x_line_rec.line_id
4840: , p_header_id => p_x_line_rec.header_id
4841: , p_line_type_id => p_x_line_rec.line_type_id
4842: , p_sold_to_org_id => p_x_line_rec.sold_to_org_id

Line 4853: OE_ACCEPTANCE_UTIL.Register_Changed_Lines(

4849: , p_operation => OE_GLOBALS.G_OPR_DELETE);
4850:
4851: ELSE
4852:
4853: OE_ACCEPTANCE_UTIL.Register_Changed_Lines(
4854: p_line_id => p_x_line_rec.line_id
4855: , p_header_id => p_x_line_rec.header_id
4856: , p_line_type_id => p_x_line_rec.line_type_id
4857: , p_sold_to_org_id => p_x_line_rec.sold_to_org_id

Line 17634: OE_ACCEPTANCE_UTIL.Default_Parent_Accept_Details(p_x_line_rec);

17630: --Customer Acceptance
17631: IF NVL(OE_SYS_PARAMETERS.VALUE('ENABLE_FULFILLMENT_ACCEPTANCE'), 'N') = 'Y'
17632: AND p_x_line_rec.item_type_code= 'SERVICE' and p_x_line_rec.accepted_quantity is NULL THEN
17633: /*Default Parent acceptance details*/
17634: OE_ACCEPTANCE_UTIL.Default_Parent_Accept_Details(p_x_line_rec);
17635: END IF;
17636: --Customer Acceptance end
17637:
17638: ------------------------------------------------------------------------