DBA Data[Home] [Help]

APPS.CSE_ASSET_UTIL_PKG dependencies on CSE_ASSET_CLIENT_EXT_STUB

Line 132: cse_asset_client_ext_stub.get_asset_description( p_asset_attrib_rec, x_description, x_hook_used, x_error_msg);

128:
129: BEGIN
130: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
131: i:= 0;
132: cse_asset_client_ext_stub.get_asset_description( p_asset_attrib_rec, x_description, x_hook_used, x_error_msg);
133: l_description := x_description ;
134:
135: IF x_hook_used = 1 THEN
136: RETURN l_description ;

Line 185: cse_asset_client_ext_stub.get_asset_category

181:
182: BEGIN
183: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
184: l_api_name := 'CSE_ASSET_UTIL_PKG.asset_category';
185: cse_asset_client_ext_stub.get_asset_category
186: (p_asset_attrib_rec, --modified the signature for R12
187: x_hook_used,
188: x_error_msg);
189:

Line 265: cse_asset_client_ext_stub.get_book_type(p_asset_attrib_rec, --modified the signature for R12

261: l_api_name VARCHAR2(100) := 'CSE_ASSET_UTIL_PKG.Book_Type';
262: l_txn_ou_context NUMBER; -- Bug 6492235, added to support multiple FA book
263: BEGIN
264: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
265: cse_asset_client_ext_stub.get_book_type(p_asset_attrib_rec, --modified the signature for R12
266: x_hook_used,
267: x_error_msg);
268:
269: IF x_hook_used = 1

Line 411: cse_asset_client_ext_stub.get_date_place_in_service(

407: x_return_status := fnd_api.g_ret_sts_success ;
408:
409: debug('inside cse_asset_util_pkg.date_place_in_service');
410:
411: cse_asset_client_ext_stub.get_date_place_in_service(
412: p_asset_attrib_rec,
413: x_date_place_in_service,
414: x_hook_used,
415: x_error_msg);

Line 492: cse_asset_client_ext_stub.get_asset_key(p_asset_attrib_rec,

488: l_hook_used PLS_INTEGER;
489: l_api_name VARCHAR2(100) := 'cse_asset_util_pkg.asset_key';
490: BEGIN
491: x_return_status := fnd_api.g_ret_sts_success;
492: cse_asset_client_ext_stub.get_asset_key(p_asset_attrib_rec,
493: l_asset_key_ccid,
494: l_hook_used,
495: x_error_msg);
496: IF l_hook_used = 1 THEN

Line 662: cse_asset_client_ext_stub.get_deprn_expense_ccid(

658: RAISE fnd_api.g_exc_error;
659: END IF ;
660: END IF;
661:
662: cse_asset_client_ext_stub.get_deprn_expense_ccid(
663: p_asset_attrib_rec => p_asset_attrib_rec,
664: x_deprn_expense_ccid => l_deprn_expense_ccid,
665: x_hook_used => l_hook_used,
666: x_error_msg => l_error_message);

Line 780: cse_asset_client_ext_stub.get_search_method( p_asset_attrib_rec,

776:
777:
778: BEGIN
779: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
780: cse_asset_client_ext_stub.get_search_method( p_asset_attrib_rec,
781: x_search_method,
782: x_hook_used,
783: x_error_msg);
784: l_search_method := x_search_method ;

Line 974: cse_asset_client_ext_stub.get_payables_ccid(

970: l_asset_creation_txn_subtype :=nvl(FND_PROFILE.VALUE('CSE_TXN_SUBTYPE_ASSET_CREATION'), 0); --Added for ER#16265912
971:
972: debug('l_asset_creation_txn_subtype : '||l_asset_creation_txn_subtype);
973:
974: cse_asset_client_ext_stub.get_payables_ccid(
975: p_asset_attrib_rec => p_asset_attrib_rec,
976: x_payables_ccid => l_asset_acct_ccid,
977: x_hook_used => l_hook_used,
978: x_error_msg => l_error_message);

Line 1150: cse_asset_client_ext_stub.get_inv_depr_acct(

1146:
1147: l_sla_flag := TRUE;
1148:
1149: ELSE
1150: cse_asset_client_ext_stub.get_inv_depr_acct(
1151: p_mtl_transaction_id => p_asset_attrib_rec.transaction_id,
1152: x_dummy_acct_id => l_asset_acct_ccid,
1153: x_hook_used => l_hook_used,
1154: x_error_msg => l_error_message);

Line 1208: cse_asset_client_ext_stub.get_tag_number(p_asset_attrib_rec,

1204: x_hook_used PLS_INTEGER;
1205: l_api_name VARCHAR2(100) := 'CSE_ASSET_UTIL_PKG.tag_number';
1206: BEGIN
1207: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
1208: cse_asset_client_ext_stub.get_tag_number(p_asset_attrib_rec,
1209: x_tag_number,
1210: x_hook_used,
1211: x_error_msg);
1212: l_tag_number := x_tag_number ;

Line 1248: cse_asset_client_ext_stub.get_model_number(p_asset_attrib_rec,

1244: x_hook_used PLS_INTEGER;
1245: l_api_name VARCHAR2(100) := 'CSE_ASSET_UTIL_PKG.model_number';
1246: BEGIN
1247: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
1248: cse_asset_client_ext_stub.get_model_number(p_asset_attrib_rec,
1249: x_model_number,
1250: x_hook_used,
1251: x_error_msg);
1252: l_model_number := x_model_number ;

Line 1287: cse_asset_client_ext_stub.get_manufacturer(p_asset_attrib_rec,

1283: x_hook_used PLS_INTEGER;
1284: l_api_name VARCHAR2(100) := 'CSE_ASSET_UTIL_PKG.manufacturer';
1285: BEGIN
1286: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
1287: cse_asset_client_ext_stub.get_manufacturer(p_asset_attrib_rec,
1288: x_manufacturer_name,
1289: x_hook_used,
1290: x_error_msg);
1291: l_manufacturer_name := x_manufacturer_name ;

Line 1325: cse_asset_client_ext_stub.get_employee(p_asset_attrib_rec,

1321: l_employee_id NUMBER;
1322: x_hook_used PLS_INTEGER;
1323: BEGIN
1324: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
1325: cse_asset_client_ext_stub.get_employee(p_asset_attrib_rec,
1326: x_employee_id,
1327: x_hook_used,
1328: x_error_msg);
1329: l_employee_id := x_employee_id ;

Line 1354: cse_asset_client_ext_stub.get_inventory_item(p_asset_attrib_rec, x_hook_used, x_error_msg);

1350: l_inventory_item_id NUMBER;
1351: x_hook_used PLS_INTEGER;
1352: x_error_msg VARCHAR2(2000);
1353: BEGIN
1354: cse_asset_client_ext_stub.get_inventory_item(p_asset_attrib_rec, x_hook_used, x_error_msg);
1355: l_inventory_item_id := p_asset_attrib_rec.inventory_item_id ;
1356: IF x_hook_used = 1 THEN
1357: RETURN l_inventory_item_id;
1358: ELSE

Line 1568: cse_asset_client_ext_stub.get_catchup_flag(p_asset_number,

1564: AND cia.instance_asset_id = c_instance_asset_id;
1565:
1566: BEGIN
1567: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
1568: cse_asset_client_ext_stub.get_catchup_flag(p_asset_number,
1569: p_instance_asset_id,
1570: l_catchup_flag,
1571: x_hook_used,
1572: x_error_msg);

Line 1992: CSE_ASSET_CLIENT_EXT_STUB.populate_mass_addition_dff (

1988:
1989: -- ER 13083427
1990: -- Calling hook populate_mass_addition_dff to
1991: -- populate mass addition dff attributes
1992: CSE_ASSET_CLIENT_EXT_STUB.populate_mass_addition_dff (
1993: x_mass_add_rec => p_mass_add_rec,
1994: x_hook_used => l_hook_used,
1995: x_error_msg => x_error_msg
1996: );

Line 2288: cse_asset_client_ext_stub.get_non_mtl_retire_flag

2284: x_retire_non_mtl_flag VARCHAR2(1) ;
2285: x_hook_used NUMBER;
2286: BEGIN
2287: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
2288: cse_asset_client_ext_stub.get_non_mtl_retire_flag
2289: ( p_asset_attrib_rec,
2290: p_asset_id,
2291: x_retire_non_mtl_flag,
2292: x_hook_used,