DBA Data[Home] [Help]

APPS.M4R_7B5_OSFM_PKG dependencies on STANDARD

Line 106: IF (l_po_doc_type = 'RELEASE' OR l_po_doc_type = 'STANDARD' OR l_po_doc_type = 'PO') THEN

102: END IF;
103:
104: -- Check for OSP items depending upon the PO type.
105:
106: IF (l_po_doc_type = 'RELEASE' OR l_po_doc_type = 'STANDARD' OR l_po_doc_type = 'PO') THEN
107:
108: g_exception_tracking_msg := 'Query po_lines_all into l_osp_item_exists';
109:
110: -- Check if there are any OSP items in the PO.

Line 192: END IF; -- If doc type is Release, PO or Standard

188: cln_debug_pub.Add('The Document Type is either BLANKET OR PLANNED', 1);
189: cln_debug_pub.Add('x_resultout = ' || x_resultout, 1);
190: END IF;
191:
192: END IF; -- If doc type is Release, PO or Standard
193:
194: IF (g_debug_level <= 2) THEN
195: cln_debug_pub.Add('Exiting the M4R_7B5_OSFM_PKG.SET_WF_ATTRIBUTES procedure', 2);
196: END IF;

Line 421: ((l_po_doc_type ='STANDARD' OR l_po_doc_type = 'PO') AND l_po_rev_num = 0) THEN

417:
418:
419: -- set flags corresponding to new/cancel po release
420: IF (l_po_doc_type ='RELEASE' and l_po_rel_rev_num = 0) OR
421: ((l_po_doc_type ='STANDARD' OR l_po_doc_type = 'PO') AND l_po_rev_num = 0) THEN
422:
423:
424: l_all_new_flag := 'Y';
425: l_raise_flag := 'Y';

Line 436: cln_debug_pub.Add('Cancel Flag is Y. Document Type is Standard or PO and Action Code is WON', 1);

432: l_action_code := 'WON';
433: l_raise_flag := 'Y';
434:
435: IF (g_debug_level <= 1) THEN
436: cln_debug_pub.Add('Cancel Flag is Y. Document Type is Standard or PO and Action Code is WON', 1);
437: END IF;
438: END IF;
439: END IF;
440: -- Finished checking if it is new PO/Release or Cancelled PO/release