DBA Data[Home] [Help]

APPS.GL_LEDGERS_PKG dependencies on GL_LEDGER_CONFIGURATIONS

Line 277: from gl_ledger_configurations

273: and period_type = x_accounted_period_type
274: order by period_year, period_num;
275: CURSOR get_config_status IS
276: select completion_status_code
277: from gl_ledger_configurations
278: where configuration_id = x_configuration_id;
279: BEGIN
280: IF p_commit = fnd_api.g_true THEN
281: SAVEPOINT complete_workorder;

Line 1193: -- FROM gl_ledger_configurations

1189: IF ( (x_current_allow_intercom_flag = 'N')
1190: AND (x_allow_intercompany_post_flag = 'Y')) THEN
1191: --SELECT acctg_environment_code
1192: -- INTO x_acctg_environment_code
1193: -- FROM gl_ledger_configurations
1194: -- WHERE configuration_id = x_configuration_id;
1195: -- bug fix 3175231 insert the CE row in config details
1196: --IF ( (x_acctg_environment_code = 'EXCLUSIVE')
1197: -- OR ( (x_acctg_environment_code = 'SHARED')

Line 1397: FROM gl_ledger_configurations

1393:
1394: BEGIN
1395: SELECT completion_status_code
1396: INTO x_completion_status
1397: FROM gl_ledger_configurations
1398: WHERE configuration_id = x_configuration_id;
1399: EXCEPTION
1400: WHEN OTHERS THEN
1401: x_completion_status := NULL;

Line 1546: update gl_ledger_configurations

1542: x_last_update_login => x_last_update_login);
1543: END IF;
1544:
1545: IF(x_ledger_category_code = 'PRIMARY') THEN
1546: update gl_ledger_configurations
1547: set name = x_name
1548: where configuration_id =
1549: (select configuration_id
1550: from gl_ledger_config_details

Line 3480: from gl_ledger_configurations

3476: AND segment_value_type_code = 'S'
3477: AND rownum<2;
3478: CURSOR get_complete_status IS
3479: select completion_status_code
3480: from gl_ledger_configurations
3481: where configuration_id =
3482: (select configuration_id
3483: from gl_ledger_config_details
3484: where object_id = x_le_id

Line 3907: update gl_ledger_configurations

3903: PROCEDURE set_status_complete(x_object_type VARCHAR2,
3904: x_object_id IN NUMBER) IS
3905: BEGIN
3906: IF(x_object_type = 'CONFIGURATION') THEN
3907: update gl_ledger_configurations
3908: set completion_status_code = 'CONFIRMED'
3909: where configuration_id = x_object_id;
3910:
3911: update gl_ledgers