DBA Data[Home] [Help]

APPS.MSC_COPY_PLAN_OPTIONS dependencies on FND_API

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

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