DBA Data[Home] [Help]

APPS.PO_UDA_AUTOCREATE_PKG dependencies on STANDARD

Line 770: l_doc_type := 'STANDARD';

766: END IF;
767:
768: ELSIF p_doc_type = 'PO' THEN
769: l_functional_area := 'PURCHASING';
770: l_doc_type := 'STANDARD';
771: l_doc_style := NULL;
772:
773: IF p_doc_level = 'HEADER' THEN
774: x_pk1_col_name := 'PO_HEADER_ID';

Line 3088: -- PO_AUTOCREATE_PARAMS.g_document_subtype in ('STANDARD', 'PLANNED', 'RELEASE'))

3084:
3085: BEGIN
3086:
3087: -- PO_AUTOCREATE_PARAMS.g_document_type = 'PO'
3088: -- PO_AUTOCREATE_PARAMS.g_document_subtype in ('STANDARD', 'PLANNED', 'RELEASE'))
3089:
3090:
3091: IF g_debug_stmt THEN
3092: PO_DEBUG.debug_begin(p_log_head => g_log_head||l_api_name);

Line 3116: g_target_doc_type := 'STANDARD';

3112:
3113: -- Determine target Document type.
3114: IF l_document_type = 'PO'
3115: THEN
3116: g_target_doc_type := 'STANDARD';
3117: ELSIF l_document_type ='PA'
3118: THEN
3119: IF l_document_subtype = 'BLANKET'
3120: THEN