DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on PA_CI_SUPPLIER_DETAILS_V

Line 1720: FROM pa_ci_supplier_details_v

1716: l_ci_id := p_ci_id;
1717:
1718: if l_ci_id is not null then
1719: SELECT sum(change_amount) INTO total_cost
1720: FROM pa_ci_supplier_details_v
1721: WHERE
1722: ci_id = l_ci_id;
1723: else
1724: print_msg('Project Id cannot be null');