DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_PVT dependencies on AMS_DELIVERABLERULES_PVT

Line 1753: -- in the api AMS_DeliverableRules_PVT.update_delv_status

1749: -- by musman 08/08/01
1750: /*
1751: -- by musman 07/29/02
1752: -- since the call to approvals is done
1753: -- in the api AMS_DeliverableRules_PVT.update_delv_status
1754:
1755: -- l_pending_budget_stat_id := l_deliv_rec.user_status_id;
1756: -- l_new_budget_stat_id := l_deliv_rec.user_status_id; -- to send in to approvalpvt
1757: -- l_pending_budget_stat := l_deliv_rec.status_code;

Line 1974: -- in the api AMS_DeliverableRules_PVT.update_delv_status

1970: -------------------------------------
1971: /*
1972: -- by musman 07/29/02
1973: -- since the call to approvals is done
1974: -- in the api AMS_DeliverableRules_PVT.update_delv_status
1975: -- IF ((l_orig_stat_rec.status_code = 'NEW'
1976: -- OR l_orig_stat_rec.status_code = 'DENIED_BA')
1977: -- AND (l_new_status_code = 'BUDGET_APPR'))
1978: -- OR ((l_orig_stat_rec.status_code = 'BUDGET_APPR'

Line 2042: AMS_DeliverableRules_PVT.update_delv_status

2038: */
2039: -----------------------------------------------------
2040: -- end of code added by ABHOLA
2041: -----------------------------------------------------
2042: AMS_DeliverableRules_PVT.update_delv_status
2043: (
2044: p_deliverable_id => l_deliv_rec.deliverable_id
2045: ,p_user_status_id => l_deliv_rec.user_status_id
2046: );