DBA Data[Home] [Help]

APPS.MSC_BAL_UTILS dependencies on FND_API

Line 1552: IF x_return_status = fnd_api.G_RET_STS_SUCCESS THEN

1548: msc_sch_wb.atp_debug('in call_oe_api: '
1549: || ' after calling Update_Results_from_backlog_wb '
1550: ||x_return_status||' '|| x_return_status);
1551: END IF;
1552: IF x_return_status = fnd_api.G_RET_STS_SUCCESS THEN
1553: IF PG_DEBUG in ('Y', 'C') THEN
1554: msc_sch_wb.atp_debug('call_oe_api: ' ||
1555: ' Committing session after call to OE_API'
1556: ||x_return_status);

Line 1633: IF x_return_status = fnd_api.G_RET_STS_SUCCESS THEN

1629: msc_sch_wb.atp_debug('call_oe_api: ' || ' after calling Update_Results_from_backlog_wb II '
1630: ||x_return_status||' '||x_msg_data);
1631: END IF;
1632:
1633: IF x_return_status = fnd_api.G_RET_STS_SUCCESS THEN
1634: IF PG_DEBUG in ('Y', 'C') THEN
1635: msc_sch_wb.atp_debug('call_oe_api: ' || ' Committing session after call to OE_API II '||x_return_status);
1636: END IF;
1637: COMMIT;