DBA Data[Home] [Help]

APPS.PSP_ENC_LIQ_TRAN dependencies on PSP_GENERAL

Line 58: psp_general.TRANSACTION_CHANGE_PURGEBLE; -- 2431917

54: p_business_group_id: ' || p_business_group_id || '
55: p_set_of_books_id: ' || p_set_of_books_id);
56: g_error_api_path := '';
57: fnd_msg_pub.initialize;
58: psp_general.TRANSACTION_CHANGE_PURGEBLE; -- 2431917
59: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' PA Transaction Purgeble Flag set');
60: g_bg_id := p_business_group_id;
61: g_sob_id := p_set_of_books_id;
62: / *Introduced g_payroll_id global initializations for Restart Update/Quick Update Encumbrance Lines Enh.* /

Line 64: g_currency_code := psp_general.get_currency_code(p_business_group_id);

60: g_bg_id := p_business_group_id;
61: g_sob_id := p_set_of_books_id;
62: / *Introduced g_payroll_id global initializations for Restart Update/Quick Update Encumbrance Lines Enh.* /
63: g_payroll_id:=p_payroll_id;
64: g_currency_code := psp_general.get_currency_code(p_business_group_id);
65:
66: g_dff_grouping_option := psp_general.get_enc_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859
67: g_gl_run := FALSE;
68: g_liq_has_failed_transactions := FALSE;

Line 66: g_dff_grouping_option := psp_general.get_enc_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859

62: / *Introduced g_payroll_id global initializations for Restart Update/Quick Update Encumbrance Lines Enh.* /
63: g_payroll_id:=p_payroll_id;
64: g_currency_code := psp_general.get_currency_code(p_business_group_id);
65:
66: g_dff_grouping_option := psp_general.get_enc_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859
67: g_gl_run := FALSE;
68: g_liq_has_failed_transactions := FALSE;
69: g_request_id := fnd_global.conc_request_id;
70:

Line 423: psp_general.TRANSACTION_CHANGE_PURGEBLE;

419: p_business_group_id: ' || p_business_group_id || '
420: p_set_of_books_id: ' || p_set_of_books_id);
421: g_error_api_path := '';
422:
423: psp_general.TRANSACTION_CHANGE_PURGEBLE;
424: g_bg_id := p_business_group_id;
425: g_sob_id := p_set_of_books_id;
426: g_gl_run := FALSE;
427: g_liq_has_failed_transactions := FALSE;

Line 429: g_currency_code := psp_general.get_currency_code(p_business_group_id);

425: g_sob_id := p_set_of_books_id;
426: g_gl_run := FALSE;
427: g_liq_has_failed_transactions := FALSE;
428: g_request_id := fnd_global.conc_request_id;
429: g_currency_code := psp_general.get_currency_code(p_business_group_id);
430: g_dff_grouping_option := psp_general.get_enc_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859
431:
432: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' PA Transaction Purgeble Flag set');
433:

Line 430: g_dff_grouping_option := psp_general.get_enc_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859

426: g_gl_run := FALSE;
427: g_liq_has_failed_transactions := FALSE;
428: g_request_id := fnd_global.conc_request_id;
429: g_currency_code := psp_general.get_currency_code(p_business_group_id);
430: g_dff_grouping_option := psp_general.get_enc_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859
431:
432: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' PA Transaction Purgeble Flag set');
433:
434: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' g_control_rec_found: TRUE

Line 3888: l_return_value := psp_general.find_global_suspense(l_encumbrance_date,

3884:
3885: IF org_susp_ac_cur%NOTFOUND THEN
3886: -- insert into psp_stout values(21,'org susp for gl not found');
3887: / * Following code is added for bug 2056877 ,Added validation for generic suspense account * /
3888: l_return_value := psp_general.find_global_suspense(l_encumbrance_date,
3889: p_business_group_id,
3890: p_set_of_books_id,
3891: l_organization_account_id );
3892: / * --------------------------------------------------------------------

Line 3959: psp_general.poeta_effective_date(l_encumbrance_date,

3955: l_effective_date := p_period_end_date;
3956: ELSE
3957: l_gl_project_flag := 'P';
3958:
3959: psp_general.poeta_effective_date(l_encumbrance_date,
3960: l_project_id,
3961: l_award_id,
3962: l_task_id,
3963: l_effective_date,

Line 5363: psp_general.get_gms_effective_date(r_interface.person_id(recno), r_interface.gms_overriding_date(recno));

5359: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Computing PA week ending date(s)');
5360:
5361: FOR recno IN 1..r_interface.txn_interface_id.COUNT
5362: LOOP
5363: psp_general.get_gms_effective_date(r_interface.person_id(recno), r_interface.gms_overriding_date(recno));
5364: -- set the context to single to call pa_utils function
5365: mo_global.set_policy_context('S', r_interface.operating_unit(recno) );
5366: r_interface.exp_end_date(recno) := pa_utils.getweekending(r_interface.gms_overriding_date(recno));
5367: END LOOP;

Line 5585: psp_general.get_gms_effective_date(int_rec.person_id ,l_effective_date);

5581: l_exp_end_dt := pa_utils.getweekending(int_rec.effective_date);
5582:
5583: *********************************************************************************************** /
5584: l_effective_date:=int_rec.effective_date;
5585: psp_general.get_gms_effective_date(int_rec.person_id ,l_effective_date);
5586:
5587: / *
5588: Call to get Effective Date of posting :- Will be the most recent date on which the
5589: employee's primary assignment was active prior to effective date of GMS posting

Line 6539: l_return_value := psp_general.find_global_suspense(l_encumbrance_date,

6535: FETCH org_susp_ac_cur INTO l_organization_account_id,l_gl_code_combination_id,l_project_id,l_award_id,l_task_id,l_expenditure_type, l_exp_org_id;
6536:
6537: IF org_susp_ac_cur%NOTFOUND THEN
6538: / * Following code is added for bug 2056877 ,Added validation for generic suspense account * /
6539: l_return_value := psp_general.find_global_suspense(l_encumbrance_date,
6540: p_business_group_id,
6541: p_set_of_books_id,
6542: l_organization_account_id);
6543: / * --------------------------------------------------------------------

Line 6605: psp_general.poeta_effective_date(l_encumbrance_date,

6601: l_gl_project_flag := 'G';
6602: l_effective_date := p_period_end_date;
6603: ELSE
6604: l_gl_project_flag := 'P';
6605: psp_general.poeta_effective_date(l_encumbrance_date,
6606: l_project_id,
6607: l_award_id,
6608: l_task_id,
6609: l_effective_date,