DBA Data[Home] [Help]

APPS.GCS_AGGREGATION_PKG dependencies on GCS_ENTRY_LINES

Line 44: INSERT INTO GCS_ENTRY_LINES gel1

40: END IF;
41: --FND_FILE.PUT_LINE(FND_FILE.LOG, GCS_UTILITY_PKG.g_module_enter ||
42: -- fn_name || to_char(sysdate, ' DD-MON-YYYY HH:MI:SS'));
43:
44: INSERT INTO GCS_ENTRY_LINES gel1
45: (entry_id, line_type_code,
46: company_cost_center_org_id, financial_elem_id, product_id,
47: natural_account_id, channel_id, line_item_id, project_id,
48: customer_id, intercompany_id, task_id,

Line 79: FROM GCS_ENTRY_LINES gel2

75: round((ytd_credit_balance_e * p_ownership_percent / 100) /
76: p_curr_round_factor) * p_curr_round_factor,
77: sysdate, created_by,
78: sysdate, last_updated_by, last_update_login
79: FROM GCS_ENTRY_LINES gel2
80: WHERE gel2.entry_id = p_full_entry_id;
81:
82: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
83: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,