DBA Data[Home] [Help]

APPS.PSP_ENC_LIQ_TRAN dependencies on PSP_GENERAL

Line 59: psp_general.TRANSACTION_CHANGE_PURGEBLE; -- 2431917

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

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

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

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

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

Line 424: psp_general.TRANSACTION_CHANGE_PURGEBLE;

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

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

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

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

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

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

3947:
3948: IF org_susp_ac_cur%NOTFOUND THEN
3949: -- insert into psp_stout values(21,'org susp for gl not found');
3950: / * Following code is added for bug 2056877 ,Added validation for generic suspense account * /
3951: l_return_value := psp_general.find_global_suspense(l_encumbrance_date,
3952: p_business_group_id,
3953: p_set_of_books_id,
3954: l_organization_account_id );
3955: / * --------------------------------------------------------------------

Line 4022: psp_general.poeta_effective_date(l_encumbrance_date,

4018: l_effective_date := p_period_end_date;
4019: ELSE
4020: l_gl_project_flag := 'P';
4021:
4022: psp_general.poeta_effective_date(l_encumbrance_date,
4023: l_project_id,
4024: l_award_id,
4025: l_task_id,
4026: l_effective_date,

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

5440: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Computing PA week ending date(s)');
5441:
5442: FOR recno IN 1..r_interface.txn_interface_id.COUNT
5443: LOOP
5444: psp_general.get_gms_effective_date(r_interface.person_id(recno), r_interface.gms_overriding_date(recno));
5445: -- set the context to single to call pa_utils function
5446: mo_global.set_policy_context('S', r_interface.operating_unit(recno) );
5447: r_interface.exp_end_date(recno) := pa_utils.getweekending(r_interface.gms_overriding_date(recno));
5448: END LOOP;

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

5676: l_exp_end_dt := pa_utils.getweekending(int_rec.effective_date);
5677:
5678: *********************************************************************************************** /
5679: l_effective_date:=int_rec.effective_date;
5680: psp_general.get_gms_effective_date(int_rec.person_id ,l_effective_date);
5681:
5682: / *
5683: Call to get Effective Date of posting :- Will be the most recent date on which the
5684: employee's primary assignment was active prior to effective date of GMS posting

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

6752: 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;
6753:
6754: IF org_susp_ac_cur%NOTFOUND THEN
6755: / * Following code is added for bug 2056877 ,Added validation for generic suspense account * /
6756: l_return_value := psp_general.find_global_suspense(l_encumbrance_date,
6757: p_business_group_id,
6758: p_set_of_books_id,
6759: l_organization_account_id);
6760: / * --------------------------------------------------------------------

Line 6822: psp_general.poeta_effective_date(l_encumbrance_date,

6818: l_gl_project_flag := 'G';
6819: l_effective_date := p_period_end_date;
6820: ELSE
6821: l_gl_project_flag := 'P';
6822: psp_general.poeta_effective_date(l_encumbrance_date,
6823: l_project_id,
6824: l_award_id,
6825: l_task_id,
6826: l_effective_date,