DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_PVT dependencies on AMS_DELIVERABLERULES_PVT

Line 1766: -- in the api AMS_DeliverableRules_PVT.update_delv_status

1762: -- by musman 08/08/01
1763: /*
1764: -- by musman 07/29/02
1765: -- since the call to approvals is done
1766: -- in the api AMS_DeliverableRules_PVT.update_delv_status
1767:
1768: -- l_pending_budget_stat_id := l_deliv_rec.user_status_id;
1769: -- l_new_budget_stat_id := l_deliv_rec.user_status_id; -- to send in to approvalpvt
1770: -- l_pending_budget_stat := l_deliv_rec.status_code;

Line 1987: -- in the api AMS_DeliverableRules_PVT.update_delv_status

1983: -------------------------------------
1984: /*
1985: -- by musman 07/29/02
1986: -- since the call to approvals is done
1987: -- in the api AMS_DeliverableRules_PVT.update_delv_status
1988: -- IF ((l_orig_stat_rec.status_code = 'NEW'
1989: -- OR l_orig_stat_rec.status_code = 'DENIED_BA')
1990: -- AND (l_new_status_code = 'BUDGET_APPR'))
1991: -- OR ((l_orig_stat_rec.status_code = 'BUDGET_APPR'

Line 2055: AMS_DeliverableRules_PVT.update_delv_status

2051: */
2052: -----------------------------------------------------
2053: -- end of code added by ABHOLA
2054: -----------------------------------------------------
2055: AMS_DeliverableRules_PVT.update_delv_status
2056: (
2057: p_deliverable_id => l_deliv_rec.deliverable_id
2058: ,p_user_status_id => l_deliv_rec.user_status_id
2059: );