DBA Data[Home] [Help]

APPS.OE_RMA_RECEIVING dependencies on WF_ENGINE

Line 1064: WF_ENGINE.CompleteActivityInternalName('OEOL', l_item_key,

1060: IF l_debug_level > 0 THEN
1061: oe_debug_pub.add( 'In b_complete_receiving ');
1062: END IF;
1063:
1064: WF_ENGINE.CompleteActivityInternalName('OEOL', l_item_key,
1065: 'RMA_WAIT_FOR_RECEIVING', 'COMPLETE');
1066:
1067: ELSIF (b_complete_inspection) THEN
1068:

Line 1072: WF_ENGINE.CompleteActivityInternalName('OEOL', l_item_key,

1068:
1069: IF l_debug_level > 0 THEN
1070: oe_debug_pub.add( 'In b_complete_inspection ');
1071: END IF;
1072: WF_ENGINE.CompleteActivityInternalName('OEOL', l_item_key,
1073: 'RMA_WAIT_FOR_INSPECTION', 'COMPLETE');
1074:
1075: END IF; -- complete wf activity
1076:

Line 1084: WF_ENGINE.CompleteActivityInternalName('OEOL', l_item_key,

1080:
1081: IF l_debug_level > 0 THEN
1082: oe_debug_pub.add( 'In b_neg_corr_zero_qty ');
1083: END IF;
1084: WF_ENGINE.CompleteActivityInternalName('OEOL', l_item_key,
1085: 'RMA_WAIT_FOR_INSPECTION', 'CORRECT_RECEIVING');
1086: END IF;
1087:
1088: IF (b_negative_correction) THEN

Line 1094: WF_ENGINE.CompleteActivityInternalName('OEOL', l_item_key,

1090:
1091: IF l_debug_level > 0 THEN
1092: oe_debug_pub.add( 'In b_negative_correction ');
1093: END IF;
1094: WF_ENGINE.CompleteActivityInternalName('OEOL', l_item_key,
1095: 'RMA_WAIT_FOR_INSPECTION', 'CORRECT_RECEIVING');
1096: ELSIF (b_positive_correction) THEN
1097: IF l_debug_level > 0 THEN
1098: oe_debug_pub.add( 'In b_positive_correction ');

Line 1102: WF_ENGINE.CompleteActivityInternalName('OEOL', l_item_key,

1098: oe_debug_pub.add( 'In b_positive_correction ');
1099: END IF;
1100: l_item_key := to_char(l_line_tbl(1).line_id);
1101:
1102: WF_ENGINE.CompleteActivityInternalName('OEOL', l_item_key,
1103: 'RMA_WAIT_FOR_RECEIVING', 'COMPLETE');
1104: END IF;
1105:
1106: -- Set the line Flow status