DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on FND_GLOBAL

Line 589: AP_IMPORT_INVOICES_PKG.g_program_application_id := FND_GLOBAL.prog_appl_id;

585: l_gl_date_from_get_info := TRUNC(p_gl_date);
586:
587: AP_IMPORT_INVOICES_PKG.g_debug_switch := p_debug_switch;
588: AP_IMPORT_INVOICES_PKG.g_source := p_source;
589: AP_IMPORT_INVOICES_PKG.g_program_application_id := FND_GLOBAL.prog_appl_id;
590: AP_IMPORT_INVOICES_PKG.g_program_id := FND_GLOBAL.conc_program_id;
591: AP_IMPORT_INVOICES_PKG.g_conc_request_id := p_conc_request_id;
592:
593: debug_info := 'Request_id'||p_conc_request_id;

Line 590: AP_IMPORT_INVOICES_PKG.g_program_id := FND_GLOBAL.conc_program_id;

586:
587: AP_IMPORT_INVOICES_PKG.g_debug_switch := p_debug_switch;
588: AP_IMPORT_INVOICES_PKG.g_source := p_source;
589: AP_IMPORT_INVOICES_PKG.g_program_application_id := FND_GLOBAL.prog_appl_id;
590: AP_IMPORT_INVOICES_PKG.g_program_id := FND_GLOBAL.conc_program_id;
591: AP_IMPORT_INVOICES_PKG.g_conc_request_id := p_conc_request_id;
592:
593: debug_info := 'Request_id'||p_conc_request_id;
594: IF (AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y') THEN

Line 765: l_default_last_updated_by := to_number(FND_GLOBAL.USER_ID);

761: AP_IMPORT_UTILITIES_PKG.Print(
762: AP_IMPORT_INVOICES_PKG.g_debug_switch, 'p_source' || p_source);
763: END IF;
764:
765: l_default_last_updated_by := to_number(FND_GLOBAL.USER_ID);
766: l_default_last_update_login := to_number(FND_GLOBAL.LOGIN_ID);
767:
768: ----------------------------------------------------------------
769: -- Step 3 Delete any rejections from previous failed imports

Line 766: l_default_last_update_login := to_number(FND_GLOBAL.LOGIN_ID);

762: AP_IMPORT_INVOICES_PKG.g_debug_switch, 'p_source' || p_source);
763: END IF;
764:
765: l_default_last_updated_by := to_number(FND_GLOBAL.USER_ID);
766: l_default_last_update_login := to_number(FND_GLOBAL.LOGIN_ID);
767:
768: ----------------------------------------------------------------
769: -- Step 3 Delete any rejections from previous failed imports
770: -- of this invoice line