DBA Data[Home] [Help]

APPS.ASO_CFG_INT dependencies on FND_GLOBAL

Line 1096: last_updated_by = FND_GLOBAL.USER_ID,

1092:
1093: UPDATE aso_quote_line_details
1094: SET config_revision_num = p_config_rev_nbr,
1095: last_update_date = sysdate,
1096: last_updated_by = FND_GLOBAL.USER_ID,
1097: last_update_login = FND_GLOBAL.CONC_LOGIN_ID
1098: WHERE config_header_id = p_config_rec.config_header_id
1099: AND config_revision_num = p_config_rec.config_revision_num ;
1100:

Line 1097: last_update_login = FND_GLOBAL.CONC_LOGIN_ID

1093: UPDATE aso_quote_line_details
1094: SET config_revision_num = p_config_rev_nbr,
1095: last_update_date = sysdate,
1096: last_updated_by = FND_GLOBAL.USER_ID,
1097: last_update_login = FND_GLOBAL.CONC_LOGIN_ID
1098: WHERE config_header_id = p_config_rec.config_header_id
1099: AND config_revision_num = p_config_rec.config_revision_num ;
1100:
1101: EXCEPTION

Line 2785: l_calling_application_id := fnd_global.resp_appl_id;

2781:
2782: END IF;
2783:
2784: -- Set values from profiles and env. variables.
2785: l_calling_application_id := fnd_global.resp_appl_id;
2786: l_responsibility_id := fnd_global.resp_id;
2787: l_database_id := fnd_web_config.database_id;
2788: l_icx_session_ticket := cz_cf_api.icx_session_ticket;
2789:

Line 2786: l_responsibility_id := fnd_global.resp_id;

2782: END IF;
2783:
2784: -- Set values from profiles and env. variables.
2785: l_calling_application_id := fnd_global.resp_appl_id;
2786: l_responsibility_id := fnd_global.resp_id;
2787: l_database_id := fnd_web_config.database_id;
2788: l_icx_session_ticket := cz_cf_api.icx_session_ticket;
2789:
2790: IF aso_debug_pub.g_debug_flag = 'Y' THEN