DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on FND_GLOBAL

Line 265: errbuf := SUBSTR(l_msg_data || fnd_global.local_chr(10) ||fnd_global.local_chr(10)||g_error_api_path,1,230);

261: p_data => l_msg_data,
262: p_msg_index_out => l_msg_count); */
263:
264: g_error_api_path := 'SUM_AND_TRANSFER:'||g_error_api_path;
265: errbuf := SUBSTR(l_msg_data || fnd_global.local_chr(10) ||fnd_global.local_chr(10)||g_error_api_path,1,230);
266: psp_message_s.print_error(p_mode => FND_FILE.LOG,
267: p_print_header => FND_API.G_TRUE);
268: retcode := 2;
269: WHEN OTHERS THEN

Line 294: errbuf := SUBSTR(l_msg_data || fnd_global.local_chr(10) ||fnd_global.local_chr(10)||g_error_api_path,1,230);

290: p_data => l_msg_data,
291: p_msg_index_out => l_msg_count); */
292:
293: g_error_api_path := 'SUM_AND_TRANSFER:'||g_error_api_path;
294: errbuf := SUBSTR(l_msg_data || fnd_global.local_chr(10) ||fnd_global.local_chr(10)||g_error_api_path,1,230);
295: psp_message_s.print_error(p_mode => FND_FILE.LOG,
296: p_print_header => FND_API.G_TRUE);
297: retcode := 2;
298: END;

Line 1168: FND_GLOBAL.USER_ID,

1164: P_INTERFACE_BATCH_NAME,
1165: P_PAYROLL_CONTROL_ID,
1166: P_BUSINESS_GROUP_ID,
1167: SYSDATE,
1168: FND_GLOBAL.USER_ID,
1169: FND_GLOBAL.LOGIN_ID,
1170: FND_GLOBAL.USER_ID,
1171: SYSDATE,
1172: DECODE(P_PROJECT_ID, NULL,P_SUMMARY_AMOUNT, DECODE(P_DR_CR_FLAG,'C',0 - P_SUMMARY_AMOUNT,P_SUMMARY_AMOUNT)), --For Bug 2496661

Line 1169: FND_GLOBAL.LOGIN_ID,

1165: P_PAYROLL_CONTROL_ID,
1166: P_BUSINESS_GROUP_ID,
1167: SYSDATE,
1168: FND_GLOBAL.USER_ID,
1169: FND_GLOBAL.LOGIN_ID,
1170: FND_GLOBAL.USER_ID,
1171: SYSDATE,
1172: DECODE(P_PROJECT_ID, NULL,P_SUMMARY_AMOUNT, DECODE(P_DR_CR_FLAG,'C',0 - P_SUMMARY_AMOUNT,P_SUMMARY_AMOUNT)), --For Bug 2496661
1173: p_attribute_category, -- Introduced for bug fix 2908859

Line 1170: FND_GLOBAL.USER_ID,

1166: P_BUSINESS_GROUP_ID,
1167: SYSDATE,
1168: FND_GLOBAL.USER_ID,
1169: FND_GLOBAL.LOGIN_ID,
1170: FND_GLOBAL.USER_ID,
1171: SYSDATE,
1172: DECODE(P_PROJECT_ID, NULL,P_SUMMARY_AMOUNT, DECODE(P_DR_CR_FLAG,'C',0 - P_SUMMARY_AMOUNT,P_SUMMARY_AMOUNT)), --For Bug 2496661
1173: p_attribute_category, -- Introduced for bug fix 2908859
1174: p_attribute1,

Line 2885: FND_GLOBAL.USER_ID,

2881: P_SET_OF_BOOKS_ID,
2882: P_ACCOUNTING_DATE,
2883: P_CURRENCY_CODE,
2884: SYSDATE,
2885: FND_GLOBAL.USER_ID,
2886: 'A',
2887: P_USER_JE_CATEGORY_NAME,
2888: P_USER_JE_SOURCE_NAME,
2889: P_ENCUMBRANCE_TYPE_ID,

Line 5710: WHERE CONCURRENT_PROGRAM_ID = fnd_global.CONC_PROGRAM_ID;

5706:
5707: CURSOR get_Con_Program_name_csr IS
5708: SELECT USER_CONCURRENT_PROGRAM_NAME
5709: FROM fnd_concurrent_programs_vl fcp
5710: WHERE CONCURRENT_PROGRAM_ID = fnd_global.CONC_PROGRAM_ID;
5711: l_Con_Program_name varchar2(240);
5712:
5713:
5714: PROCEDURE SEND_NOTIFICATIONS(p_supercede_reqid_str in varchar2,

Line 6092: l_S_and_T_reqid := fnd_global.conc_request_id;

6088: ---hr_utility.trace_on('Y','ZX');
6089: hr_utility.trace( 'SandT_Supercede--> Begin p_run_id='||p_run_id);
6090: fnd_signon.set_session(to_char(sysdate,'dd-mon-yyyy'));
6091: p_return_status := fnd_api.g_ret_sts_success;
6092: l_S_and_T_reqid := fnd_global.conc_request_id;
6093: fnd_stats.gather_table_stats(ownname => 'PSP',
6094: tabname => 'PSP_SUPERCEDE_PERSONS_GT');
6095: open check_er_template_h;
6096: fetch check_er_template_h bulk collect into t_template_id, t_request_id;