DBA Data[Home] [Help]

APPS.FV_CCR_UTIL_PVT dependencies on FND_GLOBAL

Line 790: l_user_id := fnd_global.user_id;

786:
787: l_module_name := 'fv.plsql.FV_CCR_UTIL_PVT.fv_process_vendor';
788: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT,l_module_name,'BEGIN');
789: l_dup_site_code:='F';
790: l_user_id := fnd_global.user_id;
791: l_login_id := fnd_global.login_id;
792: l_account_uses_insert_flag := 'N'; -- Do not insert bank acct uses
793: l_account_uses_upd_flag := 'N'; -- Do not update bank acct uses
794: l_bank_branch_id := p_bank_branch_id;

Line 791: l_login_id := fnd_global.login_id;

787: l_module_name := 'fv.plsql.FV_CCR_UTIL_PVT.fv_process_vendor';
788: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT,l_module_name,'BEGIN');
789: l_dup_site_code:='F';
790: l_user_id := fnd_global.user_id;
791: l_login_id := fnd_global.login_id;
792: l_account_uses_insert_flag := 'N'; -- Do not insert bank acct uses
793: l_account_uses_upd_flag := 'N'; -- Do not update bank acct uses
794: l_bank_branch_id := p_bank_branch_id;
795:

Line 2739: l_user_id := fnd_global.user_id;

2735:
2736: BANK_USES_EXCEPTION EXCEPTION;
2737:
2738: BEGIN
2739: l_user_id := fnd_global.user_id;
2740: l_login_id := fnd_global.login_id;
2741:
2742: SELECT party_id,vendor_type_lookup_code
2743: INTO l_party_id,l_vendor_type_lookup_code

Line 2740: l_login_id := fnd_global.login_id;

2736: BANK_USES_EXCEPTION EXCEPTION;
2737:
2738: BEGIN
2739: l_user_id := fnd_global.user_id;
2740: l_login_id := fnd_global.login_id;
2741:
2742: SELECT party_id,vendor_type_lookup_code
2743: INTO l_party_id,l_vendor_type_lookup_code
2744: FROM ap_suppliers