DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on CST_EAMCOST_PUB

Line 1441: already existing API CST_eamCost_PUB.get_ExpType_for_DirectItem

1437: to 11.5 Bug 1660313*/
1438: /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1439: Removed the join with PJM_PROJECT_PARAMETERS for bug 7328006
1440: all the logic for the expenditure type will be handled by the
1441: already existing API CST_eamCost_PUB.get_ExpType_for_DirectItem
1442: which has been enhanced
1443: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
1444: UNION
1445: SELECT DISTINCT wta.transaction_date c_transaction_date,

Line 1536: Moving call to API CST_eamCost_PUB.get_ExpType_for_DirectItem

1532:
1533: l_stmt_num := 11;
1534: /* Check to see if there is a defined expenditure type for the direct item procurement txn */
1535: /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1536: Moving call to API CST_eamCost_PUB.get_ExpType_for_DirectItem
1537: before the validation pm_check_error_wt for bug 7328006
1538: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
1539: if (wt_rec.c_transaction_type = 17) then
1540: CST_eamCost_PUB.get_ExpType_for_DirectItem(

Line 1540: CST_eamCost_PUB.get_ExpType_for_DirectItem(

1536: Moving call to API CST_eamCost_PUB.get_ExpType_for_DirectItem
1537: before the validation pm_check_error_wt for bug 7328006
1538: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
1539: if (wt_rec.c_transaction_type = 17) then
1540: CST_eamCost_PUB.get_ExpType_for_DirectItem(
1541: p_api_version => 1.0,
1542: x_return_status => l_return_status,
1543: x_msg_count => l_msg_count,
1544: x_msg_data => l_msg_data,