DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on PSP_GENERAL

Line 32: psp_general.TRANSACTION_CHANGE_PURGEBLE;

28: BEGIN
29:
30: g_error_api_path := '';
31: fnd_msg_pub.initialize;
32: psp_general.TRANSACTION_CHANGE_PURGEBLE;
33:
34: -- g_currency_code := psp_general.get_currency_code(p_business_group_id); -- Added for Bug 2478000 commented for bug fix 2916848
35:
36: g_dff_grouping_option := psp_general.get_act_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859

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

30: g_error_api_path := '';
31: fnd_msg_pub.initialize;
32: psp_general.TRANSACTION_CHANGE_PURGEBLE;
33:
34: -- g_currency_code := psp_general.get_currency_code(p_business_group_id); -- Added for Bug 2478000 commented for bug fix 2916848
35:
36: g_dff_grouping_option := psp_general.get_act_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859
37:
38: mark_batch_begin(p_adj_sum_batch_name,

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

32: psp_general.TRANSACTION_CHANGE_PURGEBLE;
33:
34: -- g_currency_code := psp_general.get_currency_code(p_business_group_id); -- Added for Bug 2478000 commented for bug fix 2916848
35:
36: g_dff_grouping_option := psp_general.get_act_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859
37:
38: mark_batch_begin(p_adj_sum_batch_name,
39: p_business_group_id,
40: p_set_of_books_id,

Line 407: l_migration_status BOOLEAN:= psp_general.is_effort_report_migrated;

403: l_return_status VARCHAR2(10);
404:
405: /* Start of Changes to check migration to OAF Effort Reporting before Supercedence */
406:
407: l_migration_status BOOLEAN:= psp_general.is_effort_report_migrated;
408:
409:
410: /* End of Cahnges to check migration to OAF Effort Reporting before Supercedence */
411:

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

979: -- Bug 1994421
980: -- Code added for Enhancement Employee Assignment with Zero Work Days
981: IF P_PROJECT_ID IS NOT NULL THEN
982: l_gms_posting_effective_date:= p_effective_date;
983: psp_general.get_gms_effective_date(p_person_id,l_gms_posting_effective_date);
984: END IF;
985: -- Code ended for Enhancement Employee Assignment with Zero Work Days
986:
987:

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

2503: l_summary_amount := 0 - l_summary_amount;
2504: END IF;
2505:
2506: -- R12 MOAC Uptake
2507: l_org_id := psp_general.Get_transaction_org_id (l_project_id,l_expenditure_organization_id);
2508:
2509: -- insert into summary lines
2510: insert_into_summary_lines(
2511: l_summary_line_id,

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

2597: END IF;
2598:
2599: IF l_rec_count > 1 THEN
2600: -- R12 MOAC Uptake
2601: l_org_id := psp_general.Get_transaction_org_id (l_project_id,l_expenditure_organization_id);
2602:
2603: -- insert into summary lines
2604: insert_into_summary_lines(
2605: l_summary_line_id,