DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on FND_CONC_GLOBAL

Line 1213: l_req_data := fnd_conc_global.request_data;

1209: -- MDokal
1210: -- 10-May-2005
1211: -- The following block has been added to control the sub-request program
1212: -- submission. It ensures that this program is not executed recurrsively.
1213: l_req_data := fnd_conc_global.request_data;
1214: -- If l_req_data has a value within this session, the program is attempting to
1215: -- run again, therefore break out of the loop.
1216:
1217: -- Start Bug 4546873

Line 1583: l_req_data := fnd_conc_global.request_data;

1579:
1580: -- MDokal
1581: -- 10-May-2005
1582: -- Default processing for managing sub-requests, starts here
1583: l_req_data := fnd_conc_global.request_data;
1584: if (l_req_data is not null) then
1585: l_req_counter := l_req_counter + to_number(l_req_data);
1586: else
1587: l_req_counter := 1;

Line 1615: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

1611: errbuf := fnd_message.get;
1612: retcode := 2;
1613: else
1614: -- Set the globals to put the master into PAUSED mode
1615: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
1616: request_data => to_char(1));
1617: errbuf := 'Sub-Request submitted!';
1618: retcode := 0;
1619: end if;

Line 1630: l_req_data := Fnd_Conc_Global.request_data;

1626: -- rmunjulu R12 Fixes comment out Prepare Recvbles
1627: /*
1628: ELSIF p_source = 'AR_PREPARE' THEN
1629:
1630: l_req_data := Fnd_Conc_Global.request_data;
1631: IF (l_req_data IS NOT NULL) THEN
1632: l_req_counter := l_req_counter + TO_NUMBER(l_req_data);
1633: ELSE
1634: l_req_counter := 1;

Line 1654: Fnd_Conc_Global.set_req_globals(conc_status => 'PAUSED',

1650: errbuf := Fnd_Message.get;
1651: retcode := 2;
1652: ELSE
1653: -- Set the globals to put the master into PAUSED mode
1654: Fnd_Conc_Global.set_req_globals(conc_status => 'PAUSED',
1655: request_data => TO_CHAR(1));
1656: errbuf := 'Sub-Request submitted!';
1657: retcode := 0;
1658: END IF;

Line 1667: l_req_data := fnd_conc_global.request_data;

1663:
1664: -- MDokal
1665: -- 10-May-2005
1666: -- Default processing for managing sub-requests, starts here
1667: l_req_data := fnd_conc_global.request_data;
1668: if (l_req_data is not null) then
1669: l_req_counter := l_req_counter + to_number(l_req_data);
1670: else
1671: l_req_counter := 1;

Line 1693: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

1689: errbuf := fnd_message.get;
1690: retcode := 2;
1691: else
1692: -- Set the globals to put the master into PAUSED mode
1693: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
1694: request_data => to_char(1));
1695: errbuf := 'Sub-Request submitted!';
1696: retcode := 0;
1697: end if;

Line 1709: l_req_data := fnd_conc_global.request_data;

1705:
1706: -- MDokal
1707: -- 10-May-2005
1708: -- Default processing for managing sub-requests, starts here
1709: l_req_data := fnd_conc_global.request_data;
1710: if (l_req_data is not null) then
1711: l_req_counter := l_req_counter + to_number(l_req_data);
1712: else
1713: l_req_counter := 1;

Line 1734: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

1730: errbuf := fnd_message.get;
1731: retcode := 2;
1732: else
1733: -- Set the globals to put the master into PAUSED mode
1734: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
1735: request_data => to_char(1));
1736: errbuf := 'Sub-Request submitted!';
1737: retcode := 0;
1738: end if;