DBA Data[Home] [Help]

APPS.CSE_ASSET_UTIL_PKG dependencies on CSE_ASSET_CLIENT_EXT_STUB

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

84:
85: BEGIN
86: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
87: i:= 0;
88: cse_asset_client_ext_stub.get_asset_description( p_asset_attrib_rec, x_description, x_hook_used, x_error_msg);
89: l_description := x_description ;
90:
91: IF x_hook_used = 1 THEN
92: RETURN l_description ;

Line 141: cse_asset_client_ext_stub.get_asset_category

137:
138: BEGIN
139: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
140: l_api_name := 'CSE_ASSET_UTIL_PKG.asset_category';
141: cse_asset_client_ext_stub.get_asset_category
142: (p_asset_attrib_rec, --modified the signature for R12
143: x_hook_used,
144: x_error_msg);
145:

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

217: l_api_name VARCHAR2(100) := 'CSE_ASSET_UTIL_PKG.Book_Type';
218: l_txn_ou_context NUMBER; -- Bug 6492235, added to support multiple FA book
219: BEGIN
220: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
221: cse_asset_client_ext_stub.get_book_type(p_asset_attrib_rec, --modified the signature for R12
222: x_hook_used,
223: x_error_msg);
224:
225: IF x_hook_used = 1

Line 367: cse_asset_client_ext_stub.get_date_place_in_service(

363: x_return_status := fnd_api.g_ret_sts_success ;
364:
365: debug('inside cse_asset_util_pkg.date_place_in_service');
366:
367: cse_asset_client_ext_stub.get_date_place_in_service(
368: p_asset_attrib_rec,
369: x_date_place_in_service,
370: x_hook_used,
371: x_error_msg);

Line 448: cse_asset_client_ext_stub.get_asset_key(p_asset_attrib_rec,

444: l_hook_used PLS_INTEGER;
445: l_api_name VARCHAR2(100) := 'cse_asset_util_pkg.asset_key';
446: BEGIN
447: x_return_status := fnd_api.g_ret_sts_success;
448: cse_asset_client_ext_stub.get_asset_key(p_asset_attrib_rec,
449: l_asset_key_ccid,
450: l_hook_used,
451: x_error_msg);
452: IF l_hook_used = 1 THEN

Line 618: cse_asset_client_ext_stub.get_deprn_expense_ccid(

614: RAISE fnd_api.g_exc_error;
615: END IF ;
616: END IF;
617:
618: cse_asset_client_ext_stub.get_deprn_expense_ccid(
619: p_asset_attrib_rec => p_asset_attrib_rec,
620: x_deprn_expense_ccid => l_deprn_expense_ccid,
621: x_hook_used => l_hook_used,
622: x_error_msg => l_error_message);

Line 736: cse_asset_client_ext_stub.get_search_method( p_asset_attrib_rec,

732:
733:
734: BEGIN
735: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
736: cse_asset_client_ext_stub.get_search_method( p_asset_attrib_rec,
737: x_search_method,
738: x_hook_used,
739: x_error_msg);
740: l_search_method := x_search_method ;

Line 916: cse_asset_client_ext_stub.get_payables_ccid(

912: x_return_status := fnd_api.g_ret_sts_success;
913:
914: debug('inside cse_asset_util_pkg.payables_ccid');
915:
916: cse_asset_client_ext_stub.get_payables_ccid(
917: p_asset_attrib_rec => p_asset_attrib_rec,
918: x_payables_ccid => l_asset_acct_ccid,
919: x_hook_used => l_hook_used,
920: x_error_msg => l_error_message);

Line 1025: cse_asset_client_ext_stub.get_inv_depr_acct(

1021:
1022: l_sla_flag := TRUE;
1023:
1024: ELSE
1025: cse_asset_client_ext_stub.get_inv_depr_acct(
1026: p_mtl_transaction_id => p_asset_attrib_rec.transaction_id,
1027: x_dummy_acct_id => l_asset_acct_ccid,
1028: x_hook_used => l_hook_used,
1029: x_error_msg => l_error_message);

Line 1083: cse_asset_client_ext_stub.get_tag_number(p_asset_attrib_rec,

1079: x_hook_used PLS_INTEGER;
1080: l_api_name VARCHAR2(100) := 'CSE_ASSET_UTIL_PKG.tag_number';
1081: BEGIN
1082: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
1083: cse_asset_client_ext_stub.get_tag_number(p_asset_attrib_rec,
1084: x_tag_number,
1085: x_hook_used,
1086: x_error_msg);
1087: l_tag_number := x_tag_number ;

Line 1123: cse_asset_client_ext_stub.get_model_number(p_asset_attrib_rec,

1119: x_hook_used PLS_INTEGER;
1120: l_api_name VARCHAR2(100) := 'CSE_ASSET_UTIL_PKG.model_number';
1121: BEGIN
1122: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
1123: cse_asset_client_ext_stub.get_model_number(p_asset_attrib_rec,
1124: x_model_number,
1125: x_hook_used,
1126: x_error_msg);
1127: l_model_number := x_model_number ;

Line 1162: cse_asset_client_ext_stub.get_manufacturer(p_asset_attrib_rec,

1158: x_hook_used PLS_INTEGER;
1159: l_api_name VARCHAR2(100) := 'CSE_ASSET_UTIL_PKG.manufacturer';
1160: BEGIN
1161: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
1162: cse_asset_client_ext_stub.get_manufacturer(p_asset_attrib_rec,
1163: x_manufacturer_name,
1164: x_hook_used,
1165: x_error_msg);
1166: l_manufacturer_name := x_manufacturer_name ;

Line 1200: cse_asset_client_ext_stub.get_employee(p_asset_attrib_rec,

1196: l_employee_id NUMBER;
1197: x_hook_used PLS_INTEGER;
1198: BEGIN
1199: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
1200: cse_asset_client_ext_stub.get_employee(p_asset_attrib_rec,
1201: x_employee_id,
1202: x_hook_used,
1203: x_error_msg);
1204: l_employee_id := x_employee_id ;

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

1225: l_inventory_item_id NUMBER;
1226: x_hook_used PLS_INTEGER;
1227: x_error_msg VARCHAR2(2000);
1228: BEGIN
1229: cse_asset_client_ext_stub.get_inventory_item(p_asset_attrib_rec, x_hook_used, x_error_msg);
1230: l_inventory_item_id := p_asset_attrib_rec.inventory_item_id ;
1231: IF x_hook_used = 1 THEN
1232: RETURN l_inventory_item_id;
1233: ELSE

Line 1443: cse_asset_client_ext_stub.get_catchup_flag(p_asset_number,

1439: AND cia.instance_asset_id = c_instance_asset_id;
1440:
1441: BEGIN
1442: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
1443: cse_asset_client_ext_stub.get_catchup_flag(p_asset_number,
1444: p_instance_asset_id,
1445: l_catchup_flag,
1446: x_hook_used,
1447: x_error_msg);

Line 2024: cse_asset_client_ext_stub.get_non_mtl_retire_flag

2020: x_retire_non_mtl_flag VARCHAR2(1) ;
2021: x_hook_used NUMBER;
2022: BEGIN
2023: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
2024: cse_asset_client_ext_stub.get_non_mtl_retire_flag
2025: ( p_asset_attrib_rec,
2026: p_asset_id,
2027: x_retire_non_mtl_flag,
2028: x_hook_used,