DBA Data[Home] [Help]

APPS.PQH_COMMITMENT_POSTING dependencies on PQH_GL_INTERFACE_S

Line 2533: pqh_gl_interface_s.nextval,

2529: posting_date
2530: )
2531: VALUES
2532: (
2533: pqh_gl_interface_s.nextval,
2534: g_budget_version_id,
2535: p_budget_detail_id,
2536: g_old_bdgt_dtls_tab(i).period_name,
2537: g_old_bdgt_dtls_tab(i).accounting_date,

Line 3238: pqh_gl_interface_s.nextval,

3234: posting_type_cd
3235: )
3236: VALUES
3237: (
3238: pqh_gl_interface_s.nextval,
3239: g_budget_version_id,
3240: p_budget_detail_id,
3241: p_period_name,
3242: p_accounting_date,

Line 3360: pqh_gl_interface_s.nextval,

3356: posting_type_cd
3357: )
3358: VALUES
3359: (
3360: pqh_gl_interface_s.nextval,
3361: g_budget_version_id,
3362: p_budget_detail_id,
3363: p_period_name,
3364: p_accounting_date,

Line 3966: pqh_gl_interface_s.nextval,

3962: posting_type_cd
3963: )
3964: VALUES
3965: (
3966: pqh_gl_interface_s.nextval,
3967: g_budget_version_id,
3968: p_budget_detail_id,
3969: p_period_name,
3970: p_project_id,

Line 4089: pqh_gl_interface_s.nextval,

4085: posting_type_cd
4086: )
4087: VALUES
4088: (
4089: pqh_gl_interface_s.nextval,
4090: g_budget_version_id,
4091: p_budget_detail_id,
4092: p_period_name,
4093: p_project_id,

Line 4318: pqh_gl_interface_s.nextval,

4314: posting_type_cd
4315: )
4316: VALUES
4317: (
4318: pqh_gl_interface_s.nextval,
4319: g_budget_version_id,
4320: p_budget_detail_id,
4321: g_period_amt_tab(i).period_name,
4322: g_period_amt_tab(i).project_id,