DBA Data[Home] [Help]

APPS.GCS_DP_DYNAMIC_PKG dependencies on GCS_SYSTEM_OPTIONS

Line 1393: -- Check the GCS_SYSTEM_OPTIONS.INTERCO_MAP_ENABLED_FLAG.

1389: p_request_error_code => retcode,
1390: p_bp_request_error_code => retcode
1391: );
1392: END IF;
1393: -- Check the GCS_SYSTEM_OPTIONS.INTERCO_MAP_ENABLED_FLAG.
1394: SELECT NVL(interco_map_enabled_flag,'N')
1395: INTO l_imap_enabled_flag
1396: FROM gcs_system_options;
1397: -- If enabled then update the above created entry to populate the correct intercompany values according to the line_item value

Line 1396: FROM gcs_system_options;

1392: END IF;
1393: -- Check the GCS_SYSTEM_OPTIONS.INTERCO_MAP_ENABLED_FLAG.
1394: SELECT NVL(interco_map_enabled_flag,'N')
1395: INTO l_imap_enabled_flag
1396: FROM gcs_system_options;
1397: -- If enabled then update the above created entry to populate the correct intercompany values according to the line_item value
1398: IF l_imap_enabled_flag = 'Y'
1399: THEN
1400: IF fnd_log.g_current_runtime_level <= fnd_log.level_statement

Line 1978: -- Check the GCS_SYSTEM_OPTIONS.INTERCO_MAP_ENABLED_FLAG.

1974: retcode := gcs_utility_pkg.g_ret_sts_success;
1975: END IF;
1976: END IF;
1977:
1978: -- Check the GCS_SYSTEM_OPTIONS.INTERCO_MAP_ENABLED_FLAG.
1979: SELECT NVL(interco_map_enabled_flag,'N')
1980: INTO l_imap_enabled_flag
1981: FROM gcs_system_options;
1982: -- If enabled then update the above created entry to populate the correct intercompany values according to the line_item value

Line 1981: FROM gcs_system_options;

1977:
1978: -- Check the GCS_SYSTEM_OPTIONS.INTERCO_MAP_ENABLED_FLAG.
1979: SELECT NVL(interco_map_enabled_flag,'N')
1980: INTO l_imap_enabled_flag
1981: FROM gcs_system_options;
1982: -- If enabled then update the above created entry to populate the correct intercompany values according to the line_item value
1983: IF l_imap_enabled_flag = 'Y'
1984: THEN
1985: IF fnd_log.g_current_runtime_level <= fnd_log.level_statement