DBA Data[Home] [Help]

APPS.OTA_TDB_BUS dependencies on OTA_OM_UPD_API

Line 3242: ota_om_upd_api.create_rma(p_line_id,p_org_id);

3238: IF fnd_installation.get(660, 660, l_ins_status, l_industry) THEN
3239: IF l_exist = 'Y' THEN
3240: BEGIN
3241: hr_utility.set_location('Entering:'||l_proc, 15);
3242: ota_om_upd_api.create_rma(p_line_id,p_org_id);
3243: --
3244: -- Start bug #1657510 Comment out exception handler
3245: --
3246: /*

Line 3261: ota_om_upd_api.cancel_order(p_line_id,p_org_id);

3257: ELSE
3258: BEGIN
3259: hr_utility.set_location('Entering:'||l_proc, 20);
3260:
3261: ota_om_upd_api.cancel_order(p_line_id,p_org_id);
3262: --
3263: -- Start bug #1657510 Comment out exception handler
3264: --
3265: /*