DBA Data[Home] [Help]

APPS.PO_COMM_FPDSNG_PVT dependencies on STANDARD

Line 302: IF l_doc_type <> 'STANDARD' THEN

298:
299: l_progress:='004';
300: PO_COMM_FPDSNG_PVT.g_release_id := null;
301:
302: IF l_doc_type <> 'STANDARD' THEN
303:
304: /* If Release Num is not Specified for a Blanket Purchase Agreement */
305: IF p_release_num < 0 THEN
306: -- Throw Exception

Line 418: --for standard PO

414: and por.po_release_id = PO_COMM_FPDSNG_PVT.getReleaseId()
415: and poh.po_header_id= PO_COMM_FPDSNG_PVT.getDocumentId()';
416:
417: ELSE
418: --for standard PO
419: /* Bug 6864044. Added Outer join condition so that query return
420: the Category Detail even if duns_number does not match. */
421: l_progress:='015';
422: l_ProductInfoQuery := 'SELECT mck.concatenated_segments productOrServiceCode,

Line 726: IF p_document_type = 'STANDARD' THEN

722: raise_application_error (-20001,'Document Number Cannot be NULL or Invalid.');
723: END;
724:
725: l_progress := '003';
726: IF p_document_type = 'STANDARD' THEN
727: l_doc_type := 'PO';
728: ELSE
729: IF p_release_num < 0 THEN
730: l_progress := '004';

Line 1132: IF p_document_type = ('STANDARD') THEN

1128: PO_DEBUG.debug_var(g_log_head || l_api_name, l_progress, 'p_revision_number', p_revision_number);
1129: PO_DEBUG.debug_var(g_log_head || l_api_name, l_progress, 'p_document_type', p_document_type);
1130: END IF;
1131:
1132: IF p_document_type = ('STANDARD') THEN
1133:
1134: l_progress := '001';
1135: l_header_id := p_document_id;
1136: l_release_num := NULL;