DBA Data[Home] [Help]

APPS.MSC_COPY_PLAN_OPTIONS dependencies on FND_API

Line 52: if (l_return_status <> FND_API.G_RET_STS_SUCCESS) then

48: if nvl(L_Temp_plan,'N') = 'N' Then
49: v_dest_plan_id := MSC_MANAGE_PLAN_PARTITIONS.get_plan(
50: p_dest_plan_name,
51: l_return_status, l_msg_out);
52: if (l_return_status <> FND_API.G_RET_STS_SUCCESS) then
53: v_statement := l_msg_out;
54: raise Error_getting_partition;
55: end if;
56: L_plan_id := v_dest_plan_id;