DBA Data[Home] [Help]

APPS.ASO_CFG_INT dependencies on FND_GLOBAL

Line 993: last_updated_by = FND_GLOBAL.USER_ID,

989:
990: UPDATE aso_quote_line_details
991: SET config_revision_num = p_config_rev_nbr,
992: last_update_date = sysdate,
993: last_updated_by = FND_GLOBAL.USER_ID,
994: last_update_login = FND_GLOBAL.CONC_LOGIN_ID
995: WHERE config_header_id = p_config_rec.config_header_id
996: AND config_revision_num = p_config_rec.config_revision_num ;
997:

Line 994: last_update_login = FND_GLOBAL.CONC_LOGIN_ID

990: UPDATE aso_quote_line_details
991: SET config_revision_num = p_config_rev_nbr,
992: last_update_date = sysdate,
993: last_updated_by = FND_GLOBAL.USER_ID,
994: last_update_login = FND_GLOBAL.CONC_LOGIN_ID
995: WHERE config_header_id = p_config_rec.config_header_id
996: AND config_revision_num = p_config_rec.config_revision_num ;
997:
998: EXCEPTION

Line 2522: l_calling_application_id := fnd_global.resp_appl_id;

2518:
2519: END IF;
2520:
2521: -- Set values from profiles and env. variables.
2522: l_calling_application_id := fnd_global.resp_appl_id;
2523: l_responsibility_id := fnd_global.resp_id;
2524: l_database_id := fnd_web_config.database_id;
2525: l_icx_session_ticket := cz_cf_api.icx_session_ticket;
2526:

Line 2523: l_responsibility_id := fnd_global.resp_id;

2519: END IF;
2520:
2521: -- Set values from profiles and env. variables.
2522: l_calling_application_id := fnd_global.resp_appl_id;
2523: l_responsibility_id := fnd_global.resp_id;
2524: l_database_id := fnd_web_config.database_id;
2525: l_icx_session_ticket := cz_cf_api.icx_session_ticket;
2526:
2527: IF aso_debug_pub.g_debug_flag = 'Y' THEN