DBA Data[Home] [Help]

APPS.IBY_PYO_TRANSACTION dependencies on FND_PROFILE

Line 42: fnd_profile.get('ECE_PYO_DEBUG_MODE', p_Debug_Mode);

38: l_pmt_count NUMBER;
39: l_doc_count NUMBER;
40: BEGIN
41:
42: fnd_profile.get('ECE_PYO_DEBUG_MODE', p_Debug_Mode);
43: --p_debug_mode := 3;
44:
45: IF p_Debug_mode IS NULL THEN
46: p_Debug_Mode := 3;

Line 114: fnd_profile.get ( 'ECE_OUT_FILE_PATH',

110: i_Filename := i_Transaction_Type || i_file_id || '.dat';
111:
112:
113: xProgress := 'PYO-10-1005';
114: fnd_profile.get ( 'ECE_OUT_FILE_PATH',
115: cOutput_path );
116: ec_debug.pl ( 3, 'cOutput_Path: ',cOutput_Path );
117:
118: