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.30.12020000.3 2012/10/30 21:44:58 vinaik ship $ */
3:
4:
5: cursor c_get_period_dates (cp_period_name gl_period_statuses.period_name%type default g_period_name

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

1521: p_init_msg_list => 'F',
1522: p_ledger_id => g_ledger_id,
1523: p_start_date => g_period_start_date,
1524: p_end_date => g_period_end_date,
1525: p_calling_sequence => 'ap_period_close_pkg.validate_action',
1526: x_return_status => p_validation_flag,
1527: x_msg_count =>l_msg_count,
1528: x_msg_data => p_validation_message
1529: );

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

2099: AP_DBI_PKG.Maintain_DBI_Summary
2100: (p_table_name => 'AP_INVOICE_DISTRIBUTIONS',
2101: p_operation => 'U',
2102: p_key_value_list => l_dbi_key_value_list,
2103: p_calling_sequence => 'AP_PERIOD_CLOSE_PKG.update_ap_acct_date');
2104:
2105: debug ('update_ap_acct_date: total distributions processed in ap_period_close_excps_gt: '||l_dbi_key_value_list.count);
2106:
2107: forall i in l_dbi_key_value_list.first .. l_dbi_key_value_list.last

Line 2444: p_calling_sequence => 'ap_period_close_pkg.process_period',

2440: p_init_msg_list => 'F',
2441: p_ledger_id => g_ledger_id,
2442: p_start_date => g_period_start_date,
2443: p_end_date => g_period_end_date,
2444: p_calling_sequence => 'ap_period_close_pkg.process_period',
2445: x_return_status => p_process_flag,
2446: x_msg_count =>l_msg_count,
2447: x_msg_data => p_process_message
2448: );

Line 2678: end ap_period_close_pkg;

2674: end check_orgs_for_ledger;
2675:
2676:
2677:
2678: end ap_period_close_pkg;