DBA Data[Home] [Help]

APPS.PO_AUTOSOURCE_SV dependencies on PO_DOC_STYLE_PVT

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

2020:
2021: if x_destination_doc_type IN ('REQ','REQ_NONCATALOG') then
2022: if (x_document_type_code IN ('BLANKET', 'CONTRACT')) then
2023:
2024: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,
2025: p_init_msg_list => FND_API.G_TRUE,
2026: x_return_status => l_return_status,
2027: x_msg_count => l_msg_count,
2028: x_msg_data => l_msg_data,

Line 2048: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN

2044:
2045: else -- x_destination_doc_type = 'STANDARD PO','PO' OR NULL
2046:
2047: If (p_style_id <>
2048: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN
2049: l_eligible_doc_flag := FALSE;
2050: end if;
2051:
2052: end if; --if x_destination_doc_type IN ('REQ','REQ_NONCATALOG') then

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

2217: PO_DEBUG.debug_stmt(l_log_head,l_progress,'do style validations');
2218: END IF;
2219: if x_destination_doc_type IN ('REQ','REQ_NONCATALOG') then
2220: if (x_document_type_code IN ('BLANKET', 'CONTRACT')) then
2221: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,
2222: p_init_msg_list => FND_API.G_TRUE,
2223: x_return_status => l_return_status,
2224: x_msg_count => l_msg_count,
2225: x_msg_data => l_msg_data,

Line 2245: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN

2241:
2242: else -- x_destination_doc_type = 'STANDARD PO','PO' OR NULL
2243:
2244: If (p_style_id <>
2245: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN
2246: l_eligible_doc_flag := FALSE;
2247: end if;
2248:
2249: end if;

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

3102:
3103: if x_destination_doc_type IN ('REQ','REQ_NONCATALOG') then
3104: if (x_document_type_code IN ('BLANKET', 'CONTRACT')) then
3105:
3106: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,
3107: p_init_msg_list => FND_API.G_TRUE,
3108: x_return_status => l_return_status,
3109: x_msg_count => l_msg_count,
3110: x_msg_data => l_msg_data,

Line 3127: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN

3123:
3124: else -- x_destination_doc_type = 'STANDARD PO','PO' OR NULL
3125:
3126: If (p_style_id <>
3127: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN
3128: l_eligible_doc_flag := FALSE;
3129: end if;
3130:
3131: end if; -- x_destination_doc_type = 'STANDARD PO','PO' OR NULL

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

3268: END IF;
3269:
3270: if x_destination_doc_type IN ('REQ','REQ_NONCATALOG') then
3271: if (x_document_type_code IN ('BLANKET', 'CONTRACT')) then
3272: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,
3273: p_init_msg_list => FND_API.G_TRUE,
3274: x_return_status => l_return_status,
3275: x_msg_count => l_msg_count,
3276: x_msg_data => l_msg_data,

Line 3294: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN

3290:
3291: else -- x_destination_doc_type = 'STANDARD PO','PO' OR NULL
3292:
3293: If (p_style_id <>
3294: PO_DOC_STYLE_PVT.get_doc_style_id(x_document_header_id)) THEN
3295: l_eligible_doc_flag := FALSE;
3296: end if;
3297:
3298: end if; -- x_destination_doc_type = 'STANDARD PO','PO' OR NULL