DBA Data[Home] [Help]

APPS.GL_COA_SEG_VAL_IMP_PKG dependencies on FND_REQUEST

Line 636: result := fnd_request.set_options('NO', 'NO', NULL, NULL);

632: END LOOP;
633:
634: /* Fork the Compile value set hierarchies Program for the Distinct Set of Value set ids having at least one successful create*/
635: FOR i in 1..flex_vl_set_id_tab.count LOOP
636: result := fnd_request.set_options('NO', 'NO', NULL, NULL);
637: req_id := fnd_request.submit_request(
638: 'FND', 'FDFCHY', '', '', FALSE,
639: TO_CHAR(flex_vl_set_id_tab(i)), chr(0),
640: '', '', '', '', '', '', '', '',

Line 637: req_id := fnd_request.submit_request(

633:
634: /* Fork the Compile value set hierarchies Program for the Distinct Set of Value set ids having at least one successful create*/
635: FOR i in 1..flex_vl_set_id_tab.count LOOP
636: result := fnd_request.set_options('NO', 'NO', NULL, NULL);
637: req_id := fnd_request.submit_request(
638: 'FND', 'FDFCHY', '', '', FALSE,
639: TO_CHAR(flex_vl_set_id_tab(i)), chr(0),
640: '', '', '', '', '', '', '', '',
641: '', '', '', '', '', '', '', '', '', '',

Line 967: result := fnd_request.set_options('NO', 'NO', NULL, NULL);

963: END LOOP;
964:
965: /* Fork the Compile value set hierarchies Program for the Distinct Set of Value set ids having at least one successful create*/
966: FOR i in 1..flex_vl_set_id_tab.count LOOP
967: result := fnd_request.set_options('NO', 'NO', NULL, NULL);
968: req_id := fnd_request.submit_request(
969: 'FND', 'FDFCHY', '', '', FALSE,
970: TO_CHAR(flex_vl_set_id_tab(i)), chr(0),
971: '', '', '', '', '', '', '', '',

Line 968: req_id := fnd_request.submit_request(

964:
965: /* Fork the Compile value set hierarchies Program for the Distinct Set of Value set ids having at least one successful create*/
966: FOR i in 1..flex_vl_set_id_tab.count LOOP
967: result := fnd_request.set_options('NO', 'NO', NULL, NULL);
968: req_id := fnd_request.submit_request(
969: 'FND', 'FDFCHY', '', '', FALSE,
970: TO_CHAR(flex_vl_set_id_tab(i)), chr(0),
971: '', '', '', '', '', '', '', '',
972: '', '', '', '', '', '', '', '', '', '',