DBA Data[Home] [Help]

APPS.PO_HEADERS_SV6 dependencies on PO_FV_INTEGRATION_PVT

Line 1869: -- Call PO_FV_INTEGRATION_PVT.val_vendor_site_ccr_regis to check the

1865: OR (x_approval_status IS NULL AND x_authorization_status = 'APPROVED'))
1866: AND (x_vendor_id IS NOT NULL)
1867: AND (x_vendor_site_id IS NOT NULL) THEN
1868:
1869: -- Call PO_FV_INTEGRATION_PVT.val_vendor_site_ccr_regis to check the
1870: -- Central Contractor Registration (CCR) status of the vendor site
1871: x_temp_val := PO_FV_INTEGRATION_PVT.val_vendor_site_ccr_regis(
1872: p_vendor_id => x_vendor_id,
1873: p_vendor_site_id => x_vendor_site_id);

Line 1871: x_temp_val := PO_FV_INTEGRATION_PVT.val_vendor_site_ccr_regis(

1867: AND (x_vendor_site_id IS NOT NULL) THEN
1868:
1869: -- Call PO_FV_INTEGRATION_PVT.val_vendor_site_ccr_regis to check the
1870: -- Central Contractor Registration (CCR) status of the vendor site
1871: x_temp_val := PO_FV_INTEGRATION_PVT.val_vendor_site_ccr_regis(
1872: p_vendor_id => x_vendor_id,
1873: p_vendor_site_id => x_vendor_site_id);
1874:
1875: IF (x_temp_val = FALSE) THEN