DBA Data[Home] [Help]

APPS.OE_VERSIONING_UTIL dependencies on OE_REASONS_UTIL

Line 262: OE_Reasons_Util.Apply_Reason(

258:
259: --Apply reason changes
260: IF OE_GLOBALS.G_CAPTURED_REASON = 'Y' AND
261: OE_GLOBALS.G_REASON_CODE <> FND_API.G_MISS_CHAR THEN
262: OE_Reasons_Util.Apply_Reason(
263: p_entity_code => 'BLANKET_HEADER',
264: p_entity_id => p_header_id,
265: p_header_id => p_header_id,
266: p_version_number => OE_Blanket_Util.g_old_header_hist_rec.version_number,

Line 390: OE_Reasons_Util.Apply_Reason(

386: IF l_debug_level > 0 THEN
387: oe_debug_pub.add('Calling Apply_Reason ' || OE_GLOBALS.G_REASON_CODE,1);
388: END IF;
389:
390: OE_Reasons_Util.Apply_Reason(
391: p_entity_code => 'HEADER',
392: p_entity_id => p_header_id,
393: p_header_id => p_header_id,
394: p_version_number => l_version_number,

Line 659: OE_Reasons_Util.Apply_Reason(

655:
656:
657: if g_audit_header_reason_required and l_audit_flag = 'Y' then
658: --Apply Reason for audit
659: OE_Reasons_Util.Apply_Reason(
660: p_entity_code => 'HEADER',
661: p_entity_id => oe_order_util.g_old_header_rec.header_id,
662: p_header_id => oe_order_util.g_old_header_rec.header_id,
663: p_version_number => l_version_number,

Line 757: OE_Reasons_Util.Apply_Reason(

753: and OE_ORDER_UTIL.g_line_tbl(i).change_reason <> fnd_api.g_miss_char
754: )
755: ) then
756: --Apply Reason for audit
757: OE_Reasons_Util.Apply_Reason(
758: p_entity_code => 'LINE',
759: p_entity_id => oe_order_util.g_old_line_tbl(i).line_id,
760: p_header_id => oe_order_util.g_old_line_tbl(i).header_id,
761: p_version_number => l_version_number,

Line 840: OE_Reasons_Util.Apply_Reason(

836:
837: if l_audit_flag = 'Y' and g_audit_header_adj_id_tbl.exists(i) and
838: g_audit_header_adj_id_tbl(i).reason_required then
839: --Apply Reason for audit
840: OE_Reasons_Util.Apply_Reason(
841: p_entity_code => 'HEADER_ADJ',
842: p_entity_id => oe_order_util.g_old_header_adj_tbl(i).price_adjustment_id,
843: p_header_id => oe_order_util.g_old_header_adj_tbl(i).header_id,
844: p_version_number => l_version_number,

Line 925: OE_Reasons_Util.Apply_Reason(

921:
922: if l_audit_flag = 'Y' and g_audit_header_scredit_id_tbl.exists(i) and
923: g_audit_header_scredit_id_tbl(i).reason_required then
924: --Apply Reason for audit
925: OE_Reasons_Util.Apply_Reason(
926: p_entity_code => 'HEADER_SCREDIT',
927: p_entity_id => oe_order_util.g_old_header_scredit_tbl(i).sales_credit_id,
928: p_header_id => oe_order_util.g_old_header_scredit_tbl(i).header_id,
929: p_version_number => l_version_number,

Line 1007: OE_Reasons_Util.Apply_Reason(

1003:
1004: if l_audit_flag = 'Y' and g_audit_line_adj_id_tbl.exists(i) and
1005: g_audit_line_adj_id_tbl(i).reason_required then
1006: --Apply Reason for audit
1007: OE_Reasons_Util.Apply_Reason(
1008: p_entity_code => 'LINE_ADJ',
1009: p_entity_id => oe_order_util.g_old_line_adj_tbl(i).price_adjustment_id,
1010: p_header_id => oe_order_util.g_old_line_adj_tbl(i).header_id,
1011: p_version_number => l_version_number,

Line 1090: OE_Reasons_Util.Apply_Reason(

1086:
1087: if l_audit_flag = 'Y' and g_audit_line_scredit_id_tbl.exists(i) and
1088: g_audit_line_scredit_id_tbl(i).reason_required then
1089: --Apply Reason for audit
1090: OE_Reasons_Util.Apply_Reason(
1091: p_entity_code => 'LINE_SCREDIT',
1092: p_entity_id => oe_order_util.g_old_line_scredit_tbl(i).sales_credit_id,
1093: p_header_id => oe_order_util.g_old_line_scredit_tbl(i).header_id,
1094: p_version_number => l_version_number,