DBA Data[Home] [Help]

APPS.CSE_ASSET_CLIENT_EXT_STUB dependencies on FND_API

Line 412: l_return_status varchar2(1) := fnd_api.g_ret_sts_success;

408: , x_hook_used out nocopy number
409: , x_error_msg OUT NOCOPY VARCHAR2)
410: IS
411:
412: l_return_status varchar2(1) := fnd_api.g_ret_sts_success;
413: l_error_message varchar2(2000);
414:
415: BEGIN
416: x_hook_used := 0 ;

Line 454: -- If asset type is 'CIP' then return FND_API.G_MISS_DATE for x_date_placde_inservice

450: -- Please add your code here if you want to override the default
451: -- functionality of CAPITALIZED asset type
452:
453: -- Return either 'CAPITALIZED' or 'CIP' for x_asset_type
454: -- If asset type is 'CIP' then return FND_API.G_MISS_DATE for x_date_placde_inservice
455: END get_asset_type_n_dpis ;
456:
457: ---------------------------------------------------------------------------
458: -- ER 13083427