DBA Data[Home] [Help]

APPS.INV_KANBAN_PKG dependencies on FND_GLOBAL

Line 12: g_user_name fnd_user.user_name%TYPE := fnd_global.user_name;

8: * Globals constant holding the package name.
9: **/
10: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_REPLENISH_COUNT_PVT';
11: g_version_printed BOOLEAN := FALSE;
12: g_user_name fnd_user.user_name%TYPE := fnd_global.user_name;
13:
14: /**
15: * This Procedure is used to print the Debug Messages to log file.
16: * @param p_message Debug Message

Line 246: , p_last_updated_by => fnd_global.user_id

242: , p_kanban_card_type => recinfo.kanban_card_type
243: , p_source_type => recinfo.source_type
244: , p_kanban_size => recinfo.kanban_size
245: , p_last_update_date => SYSDATE
246: , p_last_updated_by => fnd_global.user_id
247: , p_creation_date => recinfo.creation_date
248: , p_created_by => recinfo.created_by
249: , p_last_update_login => fnd_global.login_id
250: , p_last_print_date => recinfo.last_print_date

Line 249: , p_last_update_login => fnd_global.login_id

245: , p_last_update_date => SYSDATE
246: , p_last_updated_by => fnd_global.user_id
247: , p_creation_date => recinfo.creation_date
248: , p_created_by => recinfo.created_by
249: , p_last_update_login => fnd_global.login_id
250: , p_last_print_date => recinfo.last_print_date
251: , p_locator_id => recinfo.locator_id
252: , p_supplier_id => recinfo.supplier_id
253: , p_supplier_site_id => recinfo.supplier_site_id

Line 715: || fnd_global.local_chr(10)

711: x_return_status := fnd_api.g_ret_sts_success;
712: IF l_trace_on = 1 THEN
713: print_debug(
714: 'The input parameters are: '
715: || fnd_global.local_chr(10)
716: || ' p_organization_id : '
717: || p_organization_id
718: || fnd_global.local_chr(10)
719: || ' p_kanban_number : '

Line 718: || fnd_global.local_chr(10)

714: 'The input parameters are: '
715: || fnd_global.local_chr(10)
716: || ' p_organization_id : '
717: || p_organization_id
718: || fnd_global.local_chr(10)
719: || ' p_kanban_number : '
720: || p_kanban_number
721: || fnd_global.local_chr(10)
722: , l_proc

Line 721: || fnd_global.local_chr(10)

717: || p_organization_id
718: || fnd_global.local_chr(10)
719: || ' p_kanban_number : '
720: || p_kanban_number
721: || fnd_global.local_chr(10)
722: , l_proc
723: , 9
724: );
725: END IF;

Line 779: || fnd_global.local_chr(10)

775: x_return_status := fnd_api.g_ret_sts_success;
776: IF l_trace_on = 1 THEN
777: print_debug(
778: 'The input parameters are: '
779: || fnd_global.local_chr(10)
780: || ' p_organization_id : '
781: || p_organization_id
782: || fnd_global.local_chr(10)
783: || ' p_kanban_number : '

Line 782: || fnd_global.local_chr(10)

778: 'The input parameters are: '
779: || fnd_global.local_chr(10)
780: || ' p_organization_id : '
781: || p_organization_id
782: || fnd_global.local_chr(10)
783: || ' p_kanban_number : '
784: || p_kanban_number
785: || fnd_global.local_chr(10)
786: , l_proc

Line 785: || fnd_global.local_chr(10)

781: || p_organization_id
782: || fnd_global.local_chr(10)
783: || ' p_kanban_number : '
784: || p_kanban_number
785: || fnd_global.local_chr(10)
786: , l_proc
787: , 9
788: );
789: END IF;