DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT_UTIL dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 1005: ra_cust_trx_line_gl_dist.gl_date%type,

1001: ra_customer_trx.customer_trx_id%type,
1002: p_bs_id IN
1003: ra_batch_sources.batch_source_id%type,
1004: p_gl_date IN
1005: ra_cust_trx_line_gl_dist.gl_date%type,
1006: p_currency_code IN
1007: fnd_currencies.currency_code%type,
1008: p_cust_trx_type_id IN
1009: ra_cust_trx_types.cust_trx_type_id%type,

Line 1058: ra_cust_trx_line_gl_dist.gl_date%type,

1054: ra_cust_trx_types.cust_trx_type_id%type,
1055: p_crtrx_cm_type_id IN
1056: ra_cust_trx_types.cust_trx_type_id%type,
1057: p_crtrx_gl_date IN
1058: ra_cust_trx_line_gl_dist.gl_date%type,
1059: p_batch_gl_date IN
1060: ra_batches.gl_date%type,
1061: --
1062: p_crtrx_ship_to_customer_id IN

Line 1126: ra_cust_trx_line_gl_dist.gl_date%type,

1122: p_default_printing_option OUT NOCOPY
1123: ra_customer_trx.printing_option%type,
1124: --
1125: p_default_gl_date OUT NOCOPY
1126: ra_cust_trx_line_gl_dist.gl_date%type,
1127: p_default_ship_to_customer_id OUT NOCOPY
1128: hz_cust_accounts.cust_account_id%type,
1129: p_default_ship_to_site_use_id OUT NOCOPY
1130: hz_cust_site_uses.site_use_id%type,

Line 1182: l_default_gl_date ra_cust_trx_line_gl_dist.gl_date%type;

1178: l_term_due_date date;
1179: l_default_class ra_cust_trx_types.type%type;
1180: l_post_to_gl_flag ra_cust_trx_types.post_to_gl%type;
1181: l_allow_not_open_flag varchar2(1);
1182: l_default_gl_date ra_cust_trx_line_gl_dist.gl_date%type;
1183: l_defaulting_rule_used varchar2(128);
1184: l_error_message varchar2(128);
1185:
1186: l_paying_customer_id hz_cust_accounts.cust_account_id%type;