DBA Data[Home] [Help]

APPS.FUN_TRX_PVT dependencies on FUN_TRX_TYPES_PUB

Line 1200: Fun_Trx_Types_Pub.get_trx_type_by_id(p_trx_type_id,

1196: l_enabled VARCHAR2(1);
1197: BEGIN
1198: Debug('IS_TRX_TYPE_VALID(+)');
1199: x_return_status := FND_API.G_RET_STS_SUCCESS;
1200: Fun_Trx_Types_Pub.get_trx_type_by_id(p_trx_type_id,
1201: l_trx_type_code,
1202: l_need_invoice,
1203: l_enabled);
1204: IF l_enabled = 'N' THEN

Line 1379: l_creation_sign := FUN_TRX_TYPES_PUB.get_ar_trx_creation_sign(

1375: IF l_from_ou_id IS NOT NULL
1376: THEN
1377: -- Fetch the transaction creation sign of
1378: -- the associated AR transaction type
1379: l_creation_sign := FUN_TRX_TYPES_PUB.get_ar_trx_creation_sign(
1380: l_from_ou_id,
1381: p_batch_rec.trx_type_id,
1382: p_batch_rec.batch_date);
1383: END IF;

Line 4407: fun_trx_types_pub.Get_Trx_Type_Map(l_from_ou_id, l_trx_type_id,

4403: -- Retrieve Operating unit
4404: l_from_ou_id := Fun_Tca_Pkg.Get_OU_Id(l_initiator_id, l_trx_date);
4405:
4406: -- Retrieve memo line, ar trx type
4407: fun_trx_types_pub.Get_Trx_Type_Map(l_from_ou_id, l_trx_type_id,
4408: l_trx_date,
4409: l_memo_line_id, l_memo_line_name,
4410: l_ar_trx_type_id, l_ar_trx_type_name,
4411: l_default_term_id);