DBA Data[Home] [Help]

APPS.PQH_COMMITMENT_POSTING dependencies on PQH_GL_POSTING

Line 50: g_old_bdgt_dtls_tab pqh_gl_posting.t_old_bdgt_dtls_tab;

46: g_validate boolean;
47: --
48: g_distribution_table t_distribution_table;
49: g_period_amt_tab t_period_amt_tab;
50: g_old_bdgt_dtls_tab pqh_gl_posting.t_old_bdgt_dtls_tab;
51: g_gms_import_tab pqh_gl_posting.t_gms_import_tab;
52: --
53: ---------------------------------------------------------------------------------------
54: -- Private Procedures added for Transfer to Grants

Line 51: g_gms_import_tab pqh_gl_posting.t_gms_import_tab;

47: --
48: g_distribution_table t_distribution_table;
49: g_period_amt_tab t_period_amt_tab;
50: g_old_bdgt_dtls_tab pqh_gl_posting.t_old_bdgt_dtls_tab;
51: g_gms_import_tab pqh_gl_posting.t_gms_import_tab;
52: --
53: ---------------------------------------------------------------------------------------
54: -- Private Procedures added for Transfer to Grants
55: ---------------------------------------------------------------------------------------

Line 2074: pqh_gl_posting.set_bpr_log_context

2070: hr_utility.set_location('#######No Period#####',101);
2071: --
2072: -- get log_context
2073: --
2074: pqh_gl_posting.set_bpr_log_context
2075: (
2076: p_budget_period_id => g_period_amt_tab(i).period_id,
2077: p_log_context => l_log_context
2078: );

Line 2115: pqh_gl_posting.get_ccid_for_commitment

2111: --
2112: -- gl account ,
2113: -- Note : Change gl_posting to take the extra parameter.
2114: --
2115: pqh_gl_posting.get_ccid_for_commitment
2116: (
2117: p_budget_id => g_budget_id,
2118: p_chart_of_accounts_id => g_chart_of_accounts_id,
2119: p_budget_detail_id => p_budget_detail_id,

Line 2134: pqh_gl_posting.set_bfs_log_context

2130: g_detail_error := 'Y';
2131: --
2132: -- get log_context
2133: --
2134: pqh_gl_posting.set_bfs_log_context
2135: (
2136: p_cost_allocation_keyflex_id => g_period_amt_tab(i).cost_allocation_keyflex_id,
2137: p_log_context => l_log_context
2138: );

Line 3846: pqh_gl_posting.end_commitment_log(p_status => g_status);

3842: END IF;
3843: --
3844: -- end the error log process and update the global g_status with the program status
3845: --
3846: pqh_gl_posting.end_commitment_log(p_status => g_status);
3847: --
3848: -- commit work if run in actual mode only i.e g_validate is false
3849: --
3850: IF NOT g_validate THEN

Line 3863: pqh_gl_posting.end_commitment_log(p_status => g_status);

3859: EXCEPTION
3860: WHEN g_error_exception THEN
3861: hr_utility.set_location('Aborting : '||l_proc, 1000);
3862: -- ROLLBACK ;
3863: pqh_gl_posting.end_commitment_log(p_status => g_status);
3864: --
3865: WHEN OTHERS THEN
3866: ROLLBACK ;
3867: hr_utility.set_message(8302, 'PQH_CATASTROPHIC_ERROR');

Line 4705: p_message_text => pqh_gl_posting.get_gms_rejection_msg(reject_rec.rejection_code));

4701: hr_utility.set_location('Import failed for:'||l_int_id, 20);
4702: hr_utility.set_location('Failure Code: '||reject_rec.rejection_code, 22);
4703:
4704: populate_globals_error (
4705: p_message_text => pqh_gl_posting.get_gms_rejection_msg(reject_rec.rejection_code));
4706:
4707: begin
4708:
4709: UPDATE pqh_gl_interface

Line 5038: pqh_gl_posting.set_bpr_log_context

5034: hr_utility.set_message_token('ROUTINE', l_proc);
5035: hr_utility.set_message_token('VALUE',l_value);
5036: hr_utility.set_message_token('TABLE',l_table);
5037: -- set the context
5038: pqh_gl_posting.set_bpr_log_context
5039: (
5040: p_budget_period_id =>l_period_name,
5041: p_log_context => l_log_context
5042: );