DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on PSP_GENERAL

Line 61: psp_general.TRANSACTION_CHANGE_PURGEBLE;

57: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) ||' Begin Adj S&T');
58:
59: g_error_api_path := '';
60: fnd_msg_pub.initialize;
61: psp_general.TRANSACTION_CHANGE_PURGEBLE;
62:
63: -- g_currency_code := psp_general.get_currency_code(p_business_group_id); -- Added for Bug 2478000 commented for bug fix 2916848
64:
65: g_dff_grouping_option := psp_general.get_act_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859

Line 63: -- g_currency_code := psp_general.get_currency_code(p_business_group_id); -- Added for Bug 2478000 commented for bug fix 2916848

59: g_error_api_path := '';
60: fnd_msg_pub.initialize;
61: psp_general.TRANSACTION_CHANGE_PURGEBLE;
62:
63: -- g_currency_code := psp_general.get_currency_code(p_business_group_id); -- Added for Bug 2478000 commented for bug fix 2916848
64:
65: g_dff_grouping_option := psp_general.get_act_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859
66:
67: /*Added the following cursor open-fetch-close for Bug 6902514*/

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

61: psp_general.TRANSACTION_CHANGE_PURGEBLE;
62:
63: -- g_currency_code := psp_general.get_currency_code(p_business_group_id); -- Added for Bug 2478000 commented for bug fix 2916848
64:
65: g_dff_grouping_option := psp_general.get_act_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859
66:
67: /*Added the following cursor open-fetch-close for Bug 6902514*/
68: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) ||' open create_stat_batch_in_gms_cur');
69:

Line 471: l_migration_status BOOLEAN:= psp_general.is_effort_report_migrated;

467: l_return_status VARCHAR2(10);
468:
469: /* Start of Changes to check migration to OAF Effort Reporting before Supercedence */
470:
471: l_migration_status BOOLEAN:= psp_general.is_effort_report_migrated;
472:
473:
474: /* End of Cahnges to check migration to OAF Effort Reporting before Supercedence */
475:

Line 1075: psp_general.get_gms_effective_date(p_person_id,l_gms_posting_effective_date);

1071: -- Bug 1994421
1072: -- Code added for Enhancement Employee Assignment with Zero Work Days
1073: IF P_PROJECT_ID IS NOT NULL THEN
1074: l_gms_posting_effective_date:= p_effective_date;
1075: psp_general.get_gms_effective_date(p_person_id,l_gms_posting_effective_date);
1076: END IF;
1077: -- Code ended for Enhancement Employee Assignment with Zero Work Days
1078:
1079:

Line 2636: l_org_id := psp_general.Get_transaction_org_id (l_project_id,l_expenditure_organization_id);

2632: l_summary_amount := 0 - l_summary_amount;
2633: END IF;
2634:
2635: -- R12 MOAC Uptake
2636: l_org_id := psp_general.Get_transaction_org_id (l_project_id,l_expenditure_organization_id);
2637:
2638: -- insert into summary lines
2639: insert_into_summary_lines(
2640: l_summary_line_id,

Line 2734: l_org_id := psp_general.Get_transaction_org_id (l_project_id,l_expenditure_organization_id);

2730: END IF;
2731:
2732: IF l_rec_count > 1 THEN
2733: -- R12 MOAC Uptake
2734: l_org_id := psp_general.Get_transaction_org_id (l_project_id,l_expenditure_organization_id);
2735:
2736: -- insert into summary lines
2737: insert_into_summary_lines(
2738: l_summary_line_id,