DBA Data[Home] [Help]

APPS.WIP_PROD_INDICATORS dependencies on FND_INSTALLATION

Line 222: IF NOT (fnd_installation.get_app_info(

218:
219: BEGIN
220: l_backup_old_data := TRUE;
221: /* get global session parameters */
222: IF NOT (fnd_installation.get_app_info(
223: 'WIP', g_status, g_industry, g_wip_schema)) THEN
224:
225: RAISE_APPLICATION_ERROR (-20000,
226: 'Unable to get session information.');

Line 740: IF NOT (fnd_installation.get_app_info(

736: well. Ex :
737: Concurrent Program
738: SFCB
739: */
740: IF NOT (fnd_installation.get_app_info(
741: 'WIP', g_status, g_industry, g_wip_schema)) THEN
742:
743: RAISE_APPLICATION_ERROR (-20000,
744: 'Unable to get session information.');

Line 962: IF NOT (fnd_installation.get_app_info(

958: well. Ex :
959: Concurrent Program
960: SFCB
961: */
962: IF NOT (fnd_installation.get_app_info(
963: 'WIP', g_status, g_industry, g_wip_schema)) THEN
964:
965: RAISE_APPLICATION_ERROR (-20000,
966: 'Unable to get session information.');

Line 1475: IF NOT (fnd_installation.get_app_info(

1471: well. Ex :
1472: Concurrent Program
1473: SFCB
1474: */
1475: IF NOT (fnd_installation.get_app_info(
1476: 'WIP', g_status, g_industry, g_wip_schema)) THEN
1477:
1478: RAISE_APPLICATION_ERROR (-20000,
1479: 'Unable to get session information.');

Line 3672: IF NOT (fnd_installation.get_app_info(

3668: PROCEDURE Delete_Temp_Info (p_group_id in number)
3669: IS
3670:
3671: BEGIN
3672: IF NOT (fnd_installation.get_app_info(
3673: 'WIP', g_status, g_industry, g_wip_schema)) THEN
3674:
3675: RAISE_APPLICATION_ERROR (-20000,
3676: 'Unable to get session information.');

Line 4140: IF NOT (fnd_installation.get_app_info(

4136: Concurrent Program
4137: SFCB
4138: */
4139:
4140: IF NOT (fnd_installation.get_app_info(
4141: 'WIP', g_status, g_industry, g_wip_schema)) THEN
4142:
4143: RAISE_APPLICATION_ERROR (-20000,
4144: 'Unable to get session information.');

Line 4608: IF NOT (fnd_installation.get_app_info(

4604: Concurrent Program
4605: SFCB
4606: */
4607:
4608: IF NOT (fnd_installation.get_app_info(
4609: 'WIP', g_status, g_industry, g_wip_schema)) THEN
4610:
4611: RAISE_APPLICATION_ERROR (-20000,
4612: 'Unable to get session information.');