DBA Data[Home] [Help]

APPS.PO_AUTOSOURCE_SV dependencies on PO_DOC_STYLE_PVT

Line 2037: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,

2033:
2034: if x_destination_doc_type IN ('REQ','REQ_NONCATALOG') then
2035: if (x_document_type_code IN ('BLANKET', 'CONTRACT')) then
2036:
2037: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,
2038: p_init_msg_list => FND_API.G_TRUE,
2039: x_return_status => l_return_status,
2040: x_msg_count => l_msg_count,
2041: x_msg_data => l_msg_data,

Line 2061: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN

2057:
2058: else -- x_destination_doc_type = 'STANDARD PO','PO' OR NULL
2059:
2060: If (p_style_id <>
2061: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN
2062: l_eligible_doc_flag := FALSE;
2063: end if;
2064:
2065: end if; --if x_destination_doc_type IN ('REQ','REQ_NONCATALOG') then

Line 2234: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,

2230: PO_DEBUG.debug_stmt(l_log_head,l_progress,'do style validations');
2231: END IF;
2232: if x_destination_doc_type IN ('REQ','REQ_NONCATALOG') then
2233: if (x_document_type_code IN ('BLANKET', 'CONTRACT')) then
2234: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,
2235: p_init_msg_list => FND_API.G_TRUE,
2236: x_return_status => l_return_status,
2237: x_msg_count => l_msg_count,
2238: x_msg_data => l_msg_data,

Line 2258: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN

2254:
2255: else -- x_destination_doc_type = 'STANDARD PO','PO' OR NULL
2256:
2257: If (p_style_id <>
2258: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN
2259: l_eligible_doc_flag := FALSE;
2260: end if;
2261:
2262: end if;

Line 3130: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,

3126:
3127: if x_destination_doc_type IN ('REQ','REQ_NONCATALOG') then
3128: if (x_document_type_code IN ('BLANKET', 'CONTRACT')) then
3129:
3130: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,
3131: p_init_msg_list => FND_API.G_TRUE,
3132: x_return_status => l_return_status,
3133: x_msg_count => l_msg_count,
3134: x_msg_data => l_msg_data,

Line 3151: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN

3147:
3148: else -- x_destination_doc_type = 'STANDARD PO','PO' OR NULL
3149:
3150: If (p_style_id <>
3151: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN
3152: l_eligible_doc_flag := FALSE;
3153: end if;
3154:
3155: end if; -- x_destination_doc_type = 'STANDARD PO','PO' OR NULL

Line 3297: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,

3293: END IF;
3294:
3295: if x_destination_doc_type IN ('REQ','REQ_NONCATALOG') then
3296: if (x_document_type_code IN ('BLANKET', 'CONTRACT')) then
3297: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,
3298: p_init_msg_list => FND_API.G_TRUE,
3299: x_return_status => l_return_status,
3300: x_msg_count => l_msg_count,
3301: x_msg_data => l_msg_data,

Line 3319: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN

3315:
3316: else -- x_destination_doc_type = 'STANDARD PO','PO' OR NULL
3317:
3318: If (p_style_id <>
3319: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN
3320: l_eligible_doc_flag := FALSE;
3321: end if;
3322:
3323: end if; -- x_destination_doc_type = 'STANDARD PO','PO' OR NULL