DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT_UTIL dependencies on RA_BATCH_SOURCES

Line 1003: ra_batch_sources.batch_source_id%type,

999: ra_customer_trx.customer_trx_id%type,
1000: p_ct_id IN
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,

Line 1046: ra_batch_sources.batch_source_id%type,

1042: p_salesrep_required_flag IN
1043: ar_system_parameters.salesrep_required_flag%type,
1044: --
1045: p_crtrx_bs_id IN
1046: ra_batch_sources.batch_source_id%type,
1047: p_crtrx_cm_bs_id IN
1048: ra_batch_sources.batch_source_id%type,
1049: p_batch_bs_id IN
1050: ra_batch_sources.batch_source_id%type,

Line 1048: ra_batch_sources.batch_source_id%type,

1044: --
1045: p_crtrx_bs_id IN
1046: ra_batch_sources.batch_source_id%type,
1047: p_crtrx_cm_bs_id IN
1048: ra_batch_sources.batch_source_id%type,
1049: p_batch_bs_id IN
1050: ra_batch_sources.batch_source_id%type,
1051: p_profile_bs_id IN
1052: ra_batch_sources.batch_source_id%type,

Line 1050: ra_batch_sources.batch_source_id%type,

1046: ra_batch_sources.batch_source_id%type,
1047: p_crtrx_cm_bs_id IN
1048: ra_batch_sources.batch_source_id%type,
1049: p_batch_bs_id IN
1050: ra_batch_sources.batch_source_id%type,
1051: p_profile_bs_id IN
1052: ra_batch_sources.batch_source_id%type,
1053: p_crtrx_type_id IN
1054: ra_cust_trx_types.cust_trx_type_id%type,

Line 1052: ra_batch_sources.batch_source_id%type,

1048: ra_batch_sources.batch_source_id%type,
1049: p_batch_bs_id IN
1050: ra_batch_sources.batch_source_id%type,
1051: p_profile_bs_id IN
1052: ra_batch_sources.batch_source_id%type,
1053: p_crtrx_type_id IN
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,

Line 1093: ra_batch_sources.batch_source_id%type,

1089: p_crtrx_fob_point IN
1090: ra_customer_trx.fob_point%type,
1091: --
1092: p_default_bs_id OUT NOCOPY
1093: ra_batch_sources.batch_source_id%type,
1094: p_default_bs_name OUT NOCOPY
1095: ra_batch_sources.name%type,
1096: p_auto_trx_numbering_flag OUT NOCOPY
1097: ra_batch_sources.auto_trx_numbering_flag%type,

Line 1095: ra_batch_sources.name%type,

1091: --
1092: p_default_bs_id OUT NOCOPY
1093: ra_batch_sources.batch_source_id%type,
1094: p_default_bs_name OUT NOCOPY
1095: ra_batch_sources.name%type,
1096: p_auto_trx_numbering_flag OUT NOCOPY
1097: ra_batch_sources.auto_trx_numbering_flag%type,
1098: p_bs_type OUT NOCOPY
1099: ra_batch_sources.batch_source_type%type,

Line 1097: ra_batch_sources.auto_trx_numbering_flag%type,

1093: ra_batch_sources.batch_source_id%type,
1094: p_default_bs_name OUT NOCOPY
1095: ra_batch_sources.name%type,
1096: p_auto_trx_numbering_flag OUT NOCOPY
1097: ra_batch_sources.auto_trx_numbering_flag%type,
1098: p_bs_type OUT NOCOPY
1099: ra_batch_sources.batch_source_type%type,
1100: p_copy_doc_number_flag OUT NOCOPY
1101: ra_batch_sources.copy_doc_number_flag%type,

Line 1099: ra_batch_sources.batch_source_type%type,

1095: ra_batch_sources.name%type,
1096: p_auto_trx_numbering_flag OUT NOCOPY
1097: ra_batch_sources.auto_trx_numbering_flag%type,
1098: p_bs_type OUT NOCOPY
1099: ra_batch_sources.batch_source_type%type,
1100: p_copy_doc_number_flag OUT NOCOPY
1101: ra_batch_sources.copy_doc_number_flag%type,
1102: p_bs_default_cust_trx_type_id OUT NOCOPY
1103: ra_cust_trx_types.cust_trx_type_id%type,

Line 1101: ra_batch_sources.copy_doc_number_flag%type,

1097: ra_batch_sources.auto_trx_numbering_flag%type,
1098: p_bs_type OUT NOCOPY
1099: ra_batch_sources.batch_source_type%type,
1100: p_copy_doc_number_flag OUT NOCOPY
1101: ra_batch_sources.copy_doc_number_flag%type,
1102: p_bs_default_cust_trx_type_id OUT NOCOPY
1103: ra_cust_trx_types.cust_trx_type_id%type,
1104: p_default_cust_trx_type_id OUT NOCOPY
1105: ra_cust_trx_types.cust_trx_type_id%type,

Line 1159: l_bs_id ra_batch_sources.batch_source_id%type;

1155: p_default_fob_point OUT NOCOPY
1156: ra_customer_trx.fob_point%type
1157: )
1158: IS
1159: l_bs_id ra_batch_sources.batch_source_id%type;
1160: l_default_bs_name ra_batch_sources.name%type;
1161: l_auto_trx_numbering_flag ra_batch_sources.auto_trx_numbering_flag%type;
1162: l_bs_type ra_batch_sources.batch_source_type%type;
1163: l_copy_doc_number_flag ra_batch_sources.copy_doc_number_flag%type;

Line 1160: l_default_bs_name ra_batch_sources.name%type;

1156: ra_customer_trx.fob_point%type
1157: )
1158: IS
1159: l_bs_id ra_batch_sources.batch_source_id%type;
1160: l_default_bs_name ra_batch_sources.name%type;
1161: l_auto_trx_numbering_flag ra_batch_sources.auto_trx_numbering_flag%type;
1162: l_bs_type ra_batch_sources.batch_source_type%type;
1163: l_copy_doc_number_flag ra_batch_sources.copy_doc_number_flag%type;
1164: l_bs_default_cust_trx_type_id ra_cust_trx_types.cust_trx_type_id%type;

Line 1161: l_auto_trx_numbering_flag ra_batch_sources.auto_trx_numbering_flag%type;

1157: )
1158: IS
1159: l_bs_id ra_batch_sources.batch_source_id%type;
1160: l_default_bs_name ra_batch_sources.name%type;
1161: l_auto_trx_numbering_flag ra_batch_sources.auto_trx_numbering_flag%type;
1162: l_bs_type ra_batch_sources.batch_source_type%type;
1163: l_copy_doc_number_flag ra_batch_sources.copy_doc_number_flag%type;
1164: l_bs_default_cust_trx_type_id ra_cust_trx_types.cust_trx_type_id%type;
1165: l_default_cust_trx_type_id ra_cust_trx_types.cust_trx_type_id%type;

Line 1162: l_bs_type ra_batch_sources.batch_source_type%type;

1158: IS
1159: l_bs_id ra_batch_sources.batch_source_id%type;
1160: l_default_bs_name ra_batch_sources.name%type;
1161: l_auto_trx_numbering_flag ra_batch_sources.auto_trx_numbering_flag%type;
1162: l_bs_type ra_batch_sources.batch_source_type%type;
1163: l_copy_doc_number_flag ra_batch_sources.copy_doc_number_flag%type;
1164: l_bs_default_cust_trx_type_id ra_cust_trx_types.cust_trx_type_id%type;
1165: l_default_cust_trx_type_id ra_cust_trx_types.cust_trx_type_id%type;
1166: l_default_status_code ar_lookups.lookup_code%type;

Line 1163: l_copy_doc_number_flag ra_batch_sources.copy_doc_number_flag%type;

1159: l_bs_id ra_batch_sources.batch_source_id%type;
1160: l_default_bs_name ra_batch_sources.name%type;
1161: l_auto_trx_numbering_flag ra_batch_sources.auto_trx_numbering_flag%type;
1162: l_bs_type ra_batch_sources.batch_source_type%type;
1163: l_copy_doc_number_flag ra_batch_sources.copy_doc_number_flag%type;
1164: l_bs_default_cust_trx_type_id ra_cust_trx_types.cust_trx_type_id%type;
1165: l_default_cust_trx_type_id ra_cust_trx_types.cust_trx_type_id%type;
1166: l_default_status_code ar_lookups.lookup_code%type;
1167: l_default_status ar_lookups.meaning%type;