DBA Data[Home] [Help]

APPS.FUN_NET_ARAP_PKG dependencies on AR_RECEIPT_API_PUB

Line 3151: AR_RECEIPT_API_PUB.Create_cash(

3147:
3148:
3149: fun_net_util.log_string(g_event_level,l_path,'amount:'||pARReceiptRec.amount);
3150:
3151: AR_RECEIPT_API_PUB.Create_cash(
3152: -- Standard API parameters.
3153: p_api_version => 1.0,
3154: p_init_msg_list => FND_API.G_TRUE,
3155: p_commit => FND_API.G_FALSE,

Line 3185: ,'Cash receipt creation failed either because AR_RECEIPT_API_PUB. Creat_cash failed or there is no receipt class associated ');

3181: p_cr_id => x_cash_receipt_id);
3182:
3183: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
3184: fun_net_util.log_string(g_event_level,l_path
3185: ,'Cash receipt creation failed either because AR_RECEIPT_API_PUB. Creat_cash failed or there is no receipt class associated ');
3186:
3187: FND_MSG_PUB.Count_And_Get (
3188: p_count => x_msg_count,
3189: p_data => x_msg_data );

Line 3297: AR_RECEIPT_API_PUB.Apply(

3293:
3294: END IF;
3295:
3296:
3297: AR_RECEIPT_API_PUB.Apply(
3298: -- Standard API parameters.
3299: p_api_version => 1.0,
3300: p_init_msg_list => FND_API.G_FALSE,
3301: p_commit => FND_API.G_FALSE,

Line 3364: llca_def_trx_lines_tbl AR_RECEIPT_API_PUB.llca_trx_lines_tbl_type ;

3360: l_msg_count NUMBER;
3361: l_msg_data VARCHAR2(2000);
3362: l_path VARCHAR2(100);
3363: l_receipt_currecycode VARCHAR2(10); -- bug 52380292
3364: llca_def_trx_lines_tbl AR_RECEIPT_API_PUB.llca_trx_lines_tbl_type ;
3365: l_precision NUMBER;
3366: l_running_amount1 NUMBER;
3367: l_freight_amount NUMBER;
3368: l_class VARCHAR2(5); --6179308

Line 3602: AR_RECEIPT_API_PUB.Apply_In_Detail(

3598: Select Class into l_class from ar_payment_schedules_all
3599: where customer_trx_id = txnTable(i).customer_trx_id;
3600:
3601: IF(l_class = 'INV' OR l_class = 'DM') THEN
3602: AR_RECEIPT_API_PUB.Apply_In_Detail(
3603: -- Standard API parameters.
3604: p_api_version => 1.0,
3605: p_init_msg_list => FND_API.G_FALSE,
3606: p_commit => FND_API.G_FALSE,

Line 3626: Ar_receipt_api_pub.apply(

3622: p_org_id => g_batch_details.org_id
3623: );
3624:
3625: ELSE
3626: Ar_receipt_api_pub.apply(
3627: p_api_version => 1.0,
3628: p_init_msg_list => FND_API.G_TRUE,
3629: p_cash_receipt_id => p_cash_receipt_id,
3630: p_customer_trx_id => txnTable(i).customer_trx_id,

Line 3637: Ar_receipt_api_pub.apply(

3633: x_msg_data => l_msg_data
3634: );
3635: END IF;
3636: ELSE
3637: Ar_receipt_api_pub.apply(
3638: p_api_version => 1.0,
3639: p_init_msg_list => FND_API.G_TRUE,
3640: p_cash_receipt_id => p_cash_receipt_id,
3641: p_customer_trx_id => txnTable(i).customer_trx_id,

Line 3657: ,'apply cash receipt package after AR_RECEIPT_API_PUB.Apply:' ||l_msg_data);

3653: p_count => l_msg_count,
3654: p_data => l_msg_data );
3655:
3656: fun_net_util.Log_String(g_event_level,l_path
3657: ,'apply cash receipt package after AR_RECEIPT_API_PUB.Apply:' ||l_msg_data);
3658:
3659: IF l_msg_count > 1 THEN
3660:
3661:

Line 3667: ,'apply cash receipt package Error message AR_RECEIPT_API_PUB.Apply' ||l_msg_data||' '||' '||x);

3663: FOR x IN 1..l_msg_count LOOP
3664:
3665: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
3666: fun_net_util.Log_String(g_event_level,l_path
3667: ,'apply cash receipt package Error message AR_RECEIPT_API_PUB.Apply' ||l_msg_data||' '||' '||x);
3668:
3669: END LOOP;
3670: END IF;
3671:

Line 3923: |Calls : AR_RECEIPT_API_PUB.Apply |

3919: /***************************************************************************
3920: |PROCEDURE apply_cash_receipt : Applies a Receipt to AR transactions in the|
3921: |Batch . Applies at Line level based on perecent contribution per line |
3922: | |
3923: |Calls : AR_RECEIPT_API_PUB.Apply |
3924: ***************************************************************************/
3925:
3926:
3927: FUNCTION default_batch_details