DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on AP_PERIOD_CLOSE_PKG

Line 1: package body ap_period_close_pkg as

1: package body ap_period_close_pkg as
2: /* $Header: apprdclb.pls 120.9.12010000.4 2008/12/01 13:23:28 skyadav noship $ */
3:
4: cursor c_get_period_dates (cp_period_name gl_period_statuses.period_name%type default g_period_name
5: ,cp_include_adj_period gl_period_statuses.adjustment_period_flag%type default null

Line 805: INTO AP_PERIOD_CLOSE_PKG.g_orphan_message_text

801:
802: BEGIN
803:
804: SELECT message_text
805: INTO AP_PERIOD_CLOSE_PKG.g_orphan_message_text
806: FROM fnd_new_messages
807: WHERE language_code = userenv('LANG')
808: AND ((message_name = 'AP_ORPHAN_EVENTS_EXIST' AND
809: g_action <> G_ACTION_SWEEP) OR

Line 870: AP_PERIOD_CLOSE_PKG.g_orphan_message_text := NULL;

866: AND event_type_code <> 'MANUAL');
867:
868: EXCEPTION
869: WHEN OTHERS THEN
870: AP_PERIOD_CLOSE_PKG.g_orphan_message_text := NULL;
871: END;
872:
873: END IF;
874:

Line 1265: p_calling_sequence => 'ap_period_close_pkg.validate_action',

1261: p_init_msg_list => 'F',
1262: p_ledger_id => g_ledger_id,
1263: p_start_date => g_period_start_date,
1264: p_end_date => g_period_end_date,
1265: p_calling_sequence => 'ap_period_close_pkg.validate_action',
1266: x_return_status => p_validation_flag,
1267: x_msg_count =>l_msg_count,
1268: x_msg_data => p_validation_message
1269: );

Line 1822: p_calling_sequence => 'AP_PERIOD_CLOSE_PKG.update_ap_acct_date');

1818: AP_DBI_PKG.Maintain_DBI_Summary
1819: (p_table_name => 'AP_INVOICE_DISTRIBUTIONS',
1820: p_operation => 'U',
1821: p_key_value_list => l_dbi_key_value_list,
1822: p_calling_sequence => 'AP_PERIOD_CLOSE_PKG.update_ap_acct_date');
1823:
1824: debug ('update_ap_acct_date: total distributions processed in ap_period_close_excps_gt: '||l_dbi_key_value_list.count);
1825:
1826: forall i in l_dbi_key_value_list.first .. l_dbi_key_value_list.last

Line 2515: end ap_period_close_pkg;

2511: end check_orgs_for_ledger;
2512:
2513:
2514:
2515: end ap_period_close_pkg;