DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on PSP_ENC_CRT_XML

Line 2605: psp_enc_crt_xml.p_set_of_books_id := p_set_of_books_id;

2601: end if;
2602: open get_asg_details;
2603: fetch get_asg_details into l_employee_name, l_assignment_number, l_element_type, l_auto_org_name;
2604: close get_asg_details;
2605: psp_enc_crt_xml.p_set_of_books_id := p_set_of_books_id;
2606: psp_enc_crt_xml.p_business_group_id := p_business_group_id;
2607: if l_acct_type = 'N' then
2608: l_account :=
2609: psp_enc_crt_xml.cf_charging_instformula(suspense_rec.gl_code_combination_id,

Line 2606: psp_enc_crt_xml.p_business_group_id := p_business_group_id;

2602: open get_asg_details;
2603: fetch get_asg_details into l_employee_name, l_assignment_number, l_element_type, l_auto_org_name;
2604: close get_asg_details;
2605: psp_enc_crt_xml.p_set_of_books_id := p_set_of_books_id;
2606: psp_enc_crt_xml.p_business_group_id := p_business_group_id;
2607: if l_acct_type = 'N' then
2608: l_account :=
2609: psp_enc_crt_xml.cf_charging_instformula(suspense_rec.gl_code_combination_id,
2610: null,

Line 2609: psp_enc_crt_xml.cf_charging_instformula(suspense_rec.gl_code_combination_id,

2605: psp_enc_crt_xml.p_set_of_books_id := p_set_of_books_id;
2606: psp_enc_crt_xml.p_business_group_id := p_business_group_id;
2607: if l_acct_type = 'N' then
2608: l_account :=
2609: psp_enc_crt_xml.cf_charging_instformula(suspense_rec.gl_code_combination_id,
2610: null,
2611: null,
2612: null,
2613: null,

Line 2617: psp_enc_crt_xml.cf_charging_instformula(null,

2613: null,
2614: null);
2615: else
2616: l_account :=
2617: psp_enc_crt_xml.cf_charging_instformula(null,
2618: suspense_rec.project_id,
2619: suspense_rec.task_id,
2620: suspense_rec.award_id,
2621: l_new_exp_type,