DBA Data[Home] [Help]

APPS.EC_OUTBOUND_STAGE dependencies on FND_GLOBAL

Line 652: c_local_chr_39 VARCHAR2(1) := fnd_global.local_chr(39);

648: )
649: IS
650: i_rec_cd ece_interface_columns.record_layout_code%TYPE;
651: i_rec_ql ece_interface_columns.record_layout_qualifier%TYPE;
652: c_local_chr_39 VARCHAR2(1) := fnd_global.local_chr(39);
653: BEGIN
654: if ec_debug.G_debug_level >= 2 then
655: ec_debug.push('EC_OUTBOUND_STAGE.GET_SELECT_STMT');
656: ec_debug.pl(3,'i_current_level',i_current_level);