DBA Data[Home] [Help]

APPS.GL_FLEX_INSERT_PKG dependencies on GL_BUDGET_ASSIGNMENTS

Line 80: login_id gl_budget_assignments.last_update_login%TYPE;

76: user_resp_id NUMBER;
77:
78: -- Login ID (unique per signon)
79:
80: login_id gl_budget_assignments.last_update_login%TYPE;
81:
82: -- Segment Values for the Code Combination. Segment Values are stored in
83: -- an array. A row in the array identifies the corresponding Segment Value.
84: -- Thus, if a Code Combination has valid values for Segments 2, 4, 7, 11

Line 257: /* GL_BUDGET_ASSIGNMENTS */

253: /* */
254: /* GL_CODE_COMBINATIONS */
255: /* GL_LEDGERS */
256: /* GL_BUDGET_ASSIGNMENT_RANGES */
257: /* GL_BUDGET_ASSIGNMENTS */
258: /* GL_SUMMARY_TEMPLATES */
259: /* GL_DYNAMIC_SUMM_COMBINATIONS */
260: /* GL_ROLLUP_GROUP_SCORES */
261: /* GL_CONCURRENCY_CONTROL */

Line 364: from gl_budget_assignments

360: where not exists (select 'x'
361: from gl_account_hierarchies
362: where detail_code_combination_id = ccid)
363: and not exists (select 'x'
364: from gl_budget_assignments
365: where code_combination_id = ccid);
366:
367: -- ========================= FND LOG ===========================
368: psa_utils.debug_other_string(g_state_level,l_full_path,' l_temp_var -> ' || l_temp_var);

Line 1306: insert into gl_budget_assignments (

1302: psa_utils.debug_other_string(g_state_level,l_full_path,' START glfiba. ');
1303: -- ========================= FND LOG ===========================
1304: -- Bug 5501177/Bug 5556665 -dynamic sql changed to static sql from performance
1305: -- improvement
1306: insert into gl_budget_assignments (
1307: budget_entity_id,
1308: ledger_id,
1309: currency_code,
1310: range_id,