DBA Data[Home] [Help]

APPS.OE_VERSIONING_UTIL dependencies on OE_REASONS_UTIL

Line 272: OE_Reasons_Util.Apply_Reason(

268:
269: --Apply reason changes
270: IF OE_GLOBALS.G_CAPTURED_REASON = 'Y' AND
271: OE_GLOBALS.G_REASON_CODE <> FND_API.G_MISS_CHAR THEN
272: OE_Reasons_Util.Apply_Reason(
273: p_entity_code => 'BLANKET_HEADER',
274: p_entity_id => p_header_id,
275: p_header_id => p_header_id,
276: p_version_number => OE_Blanket_Util.g_old_header_hist_rec.version_number,

Line 401: OE_Reasons_Util.Apply_Reason(

397: IF l_debug_level > 0 THEN
398: oe_debug_pub.add('Calling Apply_Reason ' || OE_GLOBALS.G_REASON_CODE,1);
399: END IF;
400:
401: OE_Reasons_Util.Apply_Reason(
402: p_entity_code => 'HEADER',
403: p_entity_id => p_header_id,
404: p_header_id => p_header_id,
405: p_version_number => l_version_number,

Line 682: OE_Reasons_Util.Apply_Reason(

678:
679:
680: if g_audit_header_reason_required and l_audit_flag = 'Y' then
681: --Apply Reason for audit
682: OE_Reasons_Util.Apply_Reason(
683: p_entity_code => 'HEADER',
684: p_entity_id => oe_order_util.g_old_header_rec.header_id,
685: p_header_id => oe_order_util.g_old_header_rec.header_id,
686: p_version_number => l_version_number,

Line 780: OE_Reasons_Util.Apply_Reason(

776: and OE_ORDER_UTIL.g_line_tbl(i).change_reason <> fnd_api.g_miss_char
777: )
778: ) then
779: --Apply Reason for audit
780: OE_Reasons_Util.Apply_Reason(
781: p_entity_code => 'LINE',
782: p_entity_id => oe_order_util.g_old_line_tbl(i).line_id,
783: p_header_id => oe_order_util.g_old_line_tbl(i).header_id,
784: p_version_number => l_version_number,

Line 863: OE_Reasons_Util.Apply_Reason(

859:
860: if l_audit_flag = 'Y' and g_audit_header_adj_id_tbl.exists(i) and
861: g_audit_header_adj_id_tbl(i).reason_required then
862: --Apply Reason for audit
863: OE_Reasons_Util.Apply_Reason(
864: p_entity_code => 'HEADER_ADJ',
865: p_entity_id => oe_order_util.g_old_header_adj_tbl(i).price_adjustment_id,
866: p_header_id => oe_order_util.g_old_header_adj_tbl(i).header_id,
867: p_version_number => l_version_number,

Line 948: OE_Reasons_Util.Apply_Reason(

944:
945: if l_audit_flag = 'Y' and g_audit_header_scredit_id_tbl.exists(i) and
946: g_audit_header_scredit_id_tbl(i).reason_required then
947: --Apply Reason for audit
948: OE_Reasons_Util.Apply_Reason(
949: p_entity_code => 'HEADER_SCREDIT',
950: p_entity_id => oe_order_util.g_old_header_scredit_tbl(i).sales_credit_id,
951: p_header_id => oe_order_util.g_old_header_scredit_tbl(i).header_id,
952: p_version_number => l_version_number,

Line 1030: OE_Reasons_Util.Apply_Reason(

1026:
1027: if l_audit_flag = 'Y' and g_audit_line_adj_id_tbl.exists(i) and
1028: g_audit_line_adj_id_tbl(i).reason_required then
1029: --Apply Reason for audit
1030: OE_Reasons_Util.Apply_Reason(
1031: p_entity_code => 'LINE_ADJ',
1032: p_entity_id => oe_order_util.g_old_line_adj_tbl(i).price_adjustment_id,
1033: p_header_id => oe_order_util.g_old_line_adj_tbl(i).header_id,
1034: p_version_number => l_version_number,

Line 1113: OE_Reasons_Util.Apply_Reason(

1109:
1110: if l_audit_flag = 'Y' and g_audit_line_scredit_id_tbl.exists(i) and
1111: g_audit_line_scredit_id_tbl(i).reason_required then
1112: --Apply Reason for audit
1113: OE_Reasons_Util.Apply_Reason(
1114: p_entity_code => 'LINE_SCREDIT',
1115: p_entity_id => oe_order_util.g_old_line_scredit_tbl(i).sales_credit_id,
1116: p_header_id => oe_order_util.g_old_line_scredit_tbl(i).header_id,
1117: p_version_number => l_version_number,