DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on FND_CONC_GLOBAL

Line 1176: l_req_data := fnd_conc_global.request_data;

1172: -- MDokal
1173: -- 10-May-2005
1174: -- The following block has been added to control the sub-request program
1175: -- submission. It ensures that this program is not executed recurrsively.
1176: l_req_data := fnd_conc_global.request_data;
1177: -- If l_req_data has a value within this session, the program is attempting to
1178: -- run again, therefore break out of the loop.
1179:
1180: -- Start Bug 4546873

Line 1522: l_req_data := fnd_conc_global.request_data;

1518:
1519: -- MDokal
1520: -- 10-May-2005
1521: -- Default processing for managing sub-requests, starts here
1522: l_req_data := fnd_conc_global.request_data;
1523: if (l_req_data is not null) then
1524: l_req_counter := l_req_counter + to_number(l_req_data);
1525: else
1526: l_req_counter := 1;

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

1550: errbuf := fnd_message.get;
1551: retcode := 2;
1552: else
1553: -- Set the globals to put the master into PAUSED mode
1554: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
1555: request_data => to_char(1));
1556: errbuf := 'Sub-Request submitted!';
1557: retcode := 0;
1558: end if;

Line 1569: l_req_data := Fnd_Conc_Global.request_data;

1565: -- rmunjulu R12 Fixes comment out Prepare Recvbles
1566: /*
1567: ELSIF p_source = 'AR_PREPARE' THEN
1568:
1569: l_req_data := Fnd_Conc_Global.request_data;
1570: IF (l_req_data IS NOT NULL) THEN
1571: l_req_counter := l_req_counter + TO_NUMBER(l_req_data);
1572: ELSE
1573: l_req_counter := 1;

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

1589: errbuf := Fnd_Message.get;
1590: retcode := 2;
1591: ELSE
1592: -- Set the globals to put the master into PAUSED mode
1593: Fnd_Conc_Global.set_req_globals(conc_status => 'PAUSED',
1594: request_data => TO_CHAR(1));
1595: errbuf := 'Sub-Request submitted!';
1596: retcode := 0;
1597: END IF;

Line 1606: l_req_data := fnd_conc_global.request_data;

1602:
1603: -- MDokal
1604: -- 10-May-2005
1605: -- Default processing for managing sub-requests, starts here
1606: l_req_data := fnd_conc_global.request_data;
1607: if (l_req_data is not null) then
1608: l_req_counter := l_req_counter + to_number(l_req_data);
1609: else
1610: l_req_counter := 1;

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

1628: errbuf := fnd_message.get;
1629: retcode := 2;
1630: else
1631: -- Set the globals to put the master into PAUSED mode
1632: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
1633: request_data => to_char(1));
1634: errbuf := 'Sub-Request submitted!';
1635: retcode := 0;
1636: end if;

Line 1648: l_req_data := fnd_conc_global.request_data;

1644:
1645: -- MDokal
1646: -- 10-May-2005
1647: -- Default processing for managing sub-requests, starts here
1648: l_req_data := fnd_conc_global.request_data;
1649: if (l_req_data is not null) then
1650: l_req_counter := l_req_counter + to_number(l_req_data);
1651: else
1652: l_req_counter := 1;

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

1669: errbuf := fnd_message.get;
1670: retcode := 2;
1671: else
1672: -- Set the globals to put the master into PAUSED mode
1673: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
1674: request_data => to_char(1));
1675: errbuf := 'Sub-Request submitted!';
1676: retcode := 0;
1677: end if;