DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on PSP_ENC_CRT_XML

Line 2608: psp_enc_crt_xml.p_set_of_books_id := p_set_of_books_id;

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

Line 2609: psp_enc_crt_xml.p_business_group_id := p_business_group_id;

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

Line 2612: psp_enc_crt_xml.cf_charging_instformula(suspense_rec.gl_code_combination_id,

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

Line 2620: psp_enc_crt_xml.cf_charging_instformula(null,

2616: null,
2617: null);
2618: else
2619: l_account :=
2620: psp_enc_crt_xml.cf_charging_instformula(null,
2621: suspense_rec.project_id,
2622: suspense_rec.task_id,
2623: suspense_rec.award_id,
2624: l_new_exp_type,