DBA Data[Home] [Help]

APPS.PO_ACCOUNT_HELPER dependencies on STANDARD

Line 1321: IF p_document_type = PO_CORE_S.g_doc_type_PO --#1.The PO is a Standard PO.

1317: x_coa_id => l_coa_id,
1318: x_ou_id => x_ou_id,
1319: x_return_status => xx_return_status );
1320: IF xx_return_status = FND_API.g_ret_sts_success THEN
1321: IF p_document_type = PO_CORE_S.g_doc_type_PO --#1.The PO is a Standard PO.
1322: AND p_document_subtype in ('STANDARD','PLANNED')
1323: AND x_ou_id <> l_dists.org_id --#2.Destination OU is not Purchasing OU.
1324: AND l_dists.Transaction_Flow_Header_Id IS NOT NULL THEN --#3.A transaction flow is defined between DOU and POU.
1325: --po charge account read-only

Line 1322: AND p_document_subtype in ('STANDARD','PLANNED')

1318: x_ou_id => x_ou_id,
1319: x_return_status => xx_return_status );
1320: IF xx_return_status = FND_API.g_ret_sts_success THEN
1321: IF p_document_type = PO_CORE_S.g_doc_type_PO --#1.The PO is a Standard PO.
1322: AND p_document_subtype in ('STANDARD','PLANNED')
1323: AND x_ou_id <> l_dists.org_id --#2.Destination OU is not Purchasing OU.
1324: AND l_dists.Transaction_Flow_Header_Id IS NOT NULL THEN --#3.A transaction flow is defined between DOU and POU.
1325: --po charge account read-only
1326: l_isPoChargeAccountReadOnly := TRUE;